Testsuite: fix munge for mailq
[exim.git] / test / scripts / 0000-Basic / 0372
1 # Preservation of ACL variables
2 exim -v -odi -bs -oMa 1.2.3.4 -oMs host.name
3 helo test
4 mail from:<>
5 rcpt to:<x@y>
6 data
7 .
8 mail from:<>
9 rcpt to:<a@b>
10 data
11 .
12 quit
13 ****
14 exim -DSTRICT=strict_acl_vars -odi -bs -oMa 4.3.2.1 -oMs host2.name
15 helo test
16 mail from:<>
17 rcpt to:<a@b>
18 data
19 .
20 quit
21 ****
22 #
23 exim -DSERVER=server -bd -odq -oX PORT_D
24 ****
25 client 127.0.0.1 PORT_D
26 ??? 220
27 HELO test
28 ??? 250
29 MAIL FROM:<>
30 ??? 250
31 RCPT TO:<x@y>
32 ??? 250
33 DATA
34 ??? 354
35 .
36 ??? 250
37 QUIT
38 ****
39 killdaemon
40 no_msglog_check