3e6f3189ee6594958f00716d2e1d1296878a8a6e
[exim.git] / test / scripts / 5400-cutthrough / 5403
1 # cutthrough_delivery and -bhc
2 need_ipv4
3 munge loopback
4 no_msglog_check
5 #
6 # Despite config for cutthrough should not make onward conn
7 server -t -2 PORT_S
8 ****
9 exim -bhc 1.2.3.4
10 EHLO myhost.test.ex
11 MAIL FROM:<CALLER@myhost.test.ex>
12 RCPT TO:<plain@domain.com>
13 DATA
14
15 .
16 QUIT
17 ****
18 #
19 # Onward conn made for r-verify but cleared before DATA
20 server PORT_S
21 220 server ready
22 EHLO
23 250 OK
24 MAIL
25 250 OK
26 RCPT
27 250 OK
28 QUIT
29 220 OK
30 *eof
31 ****
32 exim -bhc 1.2.3.4
33 EHLO myhost.test.ex
34 MAIL FROM:<CALLER@myhost.test.ex>
35 RCPT TO:<verify@domain.com>
36 DATA
37
38 .
39 QUIT
40 ****
41 #
42 # End