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