X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/4ed8d31a9ccdfc4a948703fd8ac3f7cb6b8fdf8e..9094b84b4cce2eb862394b752eda93124d96d655:/test/scripts/5400-cutthrough/5402 diff --git a/test/scripts/5400-cutthrough/5402 b/test/scripts/5400-cutthrough/5402 index d670abf4e..3e6f3189e 100644 --- a/test/scripts/5400-cutthrough/5402 +++ b/test/scripts/5400-cutthrough/5402 @@ -1,24 +1,42 @@ -# cutthrough_delivery to target oferring TLS -exim -DSERVER=server -bd -oX PORT_D +# cutthrough_delivery and -bhc +need_ipv4 +munge loopback +no_msglog_check +# +# Despite config for cutthrough should not make onward conn +server -t -2 PORT_S **** -exim -d-all+acl+transport+expand+lists -bs +exim -bhc 1.2.3.4 EHLO myhost.test.ex -MAIL FROM: -RCPT TO: +MAIL FROM: +RCPT TO: DATA . QUIT **** -# via a transport setting never-tls -exim -d-all+acl+transport+expand+lists -bs +# +# Onward conn made for r-verify but cleared before DATA +server PORT_S +220 server ready +EHLO +250 OK +MAIL +250 OK +RCPT +250 OK +QUIT +220 OK +*eof +**** +exim -bhc 1.2.3.4 EHLO myhost.test.ex -MAIL FROM: -RCPT TO: +MAIL FROM: +RCPT TO: DATA . QUIT **** -killdaemon -no_msglog_check +# +# End