Testsuite: fix munge for mailq
[exim.git] / test / scripts / 0000-Basic / 0609
1 # Long ACL delay, truncated
2 need_ipv4
3 #
4 # We want the debug note of a truncated delay
5 # "delay cancelled by peer close"
6 # This is known to fail on MacOS, which lacks the require POLLRDHUP.
7 #
8 exim -d-all+acl -DSERVER=server -odq -bd -oX PORT_D
9 ****
10 #
11 # Server delays 4s before accepting RCPT
12 client 127.0.0.1 PORT_D
13 ??? 220
14 helo test
15 ??? 250
16 mail from:<x@y.test.ex>
17 ??? 250
18 rcpt to:<delay4_accept@y.test.ex>
19 ??? 250
20 quit
21 ??? 221
22 ****
23 #
24 # Server delays 4s before accepting RCPT
25 # but client closes connection
26 client 127.0.0.1 PORT_D
27 ??? 220
28 helo test
29 ??? 250
30 mail from:<x@y.test.ex>
31 ??? 250
32 rcpt to:<delay4_accept@y.test.ex>
33 ****
34 killdaemon
35 no_msglog_check