X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/9094b84b4cce2eb862394b752eda93124d96d655..65e061b76867a9ea7aeeb535341b790b90ae6c21:/test/scripts/5400-cutthrough/5403 diff --git a/test/scripts/5400-cutthrough/5403 b/test/scripts/5400-cutthrough/5403 index dbe7ef3c5..ad1b44646 100644 --- a/test/scripts/5400-cutthrough/5403 +++ b/test/scripts/5400-cutthrough/5403 @@ -1,30 +1,42 @@ -# cutthrough_delivery with MAIL SIZE= +# cutthrough_delivery and -bhc need_ipv4 munge loopback +no_msglog_check # -server PORT_S -220 ESMTP -EHLO -250-OK -250 SIZE 65536 -MAIL FROM: SIZE=1123 -250 Sender OK -RCPT TO: -250 Recipient OK +# Despite config for cutthrough should not make onward conn +server -t -2 PORT_S +**** +exim -bhc 1.2.3.4 +EHLO myhost.test.ex +MAIL FROM: +RCPT TO: DATA -354 Send data + . -250 OK QUIT +**** +# +# 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 -bs +exim -bhc 1.2.3.4 EHLO myhost.test.ex -MAIL FROM: SIZE=99 -RCPT TO: +MAIL FROM: +RCPT TO: DATA . QUIT **** +# # End