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