Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / scripts / 0000-Basic / 0609
1 # Long ACL delay, truncated
2 munge debug_pid
3 need_ipv4
4 #
5 # We want the debug note of a truncated delay
6 exim -d-all+acl -DSERVER=server -odq -bd -oX PORT_D
7 ****
8 #
9 # Server delays 4s before accepting RCPT
10 client 127.0.0.1 PORT_D
11 ??? 220
12 mail from:<x@y.test.ex>
13 ??? 250
14 rcpt to:<delay4_accept@y.test.ex>
15 ??? 250
16 quit
17 ??? 221
18 ****
19 #
20 # Server delays 4s before accepting RCPT
21 # but client closes connection
22 client 127.0.0.1 PORT_D
23 ??? 220
24 mail from:<x@y.test.ex>
25 ??? 250
26 rcpt to:<delay4_accept@y.test.ex>
27 ****
28 killdaemon
29 no_msglog_check