Testsuite: fix munge for mailq
[exim.git] / test / scripts / 0000-Basic / 0446
1 # $received_count
2 exim -odi userx
3 Received: the first received: line
4 Received: the second received: line
5 ****
6 exim -odi -bs
7 helo test
8 mail from:<>
9 rcpt to:userx@test.ex
10 data
11 Received: the first received: line
12 Received: the second received: line
13 .
14 quit
15 ****