Testsuite: fix munge for mailq
[exim.git] / test / scripts / 0000-Basic / 0532
1 # add_header modifier in ACLs
2 exim -bs -odi
3 helo test
4 mail from:<mailok@test.ex>
5 rcpt to:<rcptok@test.ex>
6 rcpt to:<notok@test.ex>
7 data
8 cond: accept
9
10 Test message
11 .
12 quit
13 ****
14 exim -odi rcptok@test.ex
15 Test non-SMTP message.
16 ****
17 exim -bs -odi -DCONNECTCOND="add_header=CONNECT: won't do this"
18 ****
19 no_msglog_check