Testsuite: fix munge for mailq
[exim.git] / test / scripts / 0000-Basic / 0500
1 # predata ACL
2 exim -odi -bs
3 helo test
4 mail from:<x@y>
5 rcpt to:<userx@y>
6 data
7 quit
8 ****
9 exim -odi -bs
10 helo test
11 mail from:<postmaster@y>
12 rcpt to:<userx@y>
13 data
14 Subject: testing
15 .
16 quit
17 ****