diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-16 17:22:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-16 17:22:56 +0000 |
commit | 511a6c14924b5e931d67c4257ee7592dcc6ef49e (patch) | |
tree | d78e43d4c8902208a399daafce8c46cb247d3bf0 /test/scripts | |
parent | e8793bad207763b266bedcb9d859e238b6a3a04e (diff) |
Support transport-added headers under cutthrough delivery. Bug 1431
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/5400-cutthrough/5400 | 35 | ||||
-rw-r--r-- | test/scripts/5410-cutthrough-OpenSSL/5410 | 2 |
2 files changed, 34 insertions, 3 deletions
diff --git a/test/scripts/5400-cutthrough/5400 b/test/scripts/5400-cutthrough/5400 index 56d6fec77..3e56b43b8 100644 --- a/test/scripts/5400-cutthrough/5400 +++ b/test/scripts/5400-cutthrough/5400 @@ -26,8 +26,6 @@ DATA QUIT **** # cutthrough_delivery into HELO-only server -need_ipv4 -# server PORT_S 220 SMTP only spoken here EHLO @@ -92,3 +90,36 @@ DATA QUIT **** sleep 1 +# +# +# +# +# +# cutthrough_delivery basic operation, again +server PORT_S +220 ESMTP +EHLO +250 OK +MAIL FROM: +250 Sender OK +RCPT TO: +250 Recipient OK +DATA +354 Send data +. +250 OK +QUIT +250 OK +**** +exim -d-all+acl+transport -bs +EHLO myhost.test.ex +MAIL FROM:<CALLER@myhost.test.ex> +RCPT TO:<userx@domain.com> +DATA +X-hdr-rtr: qqq +X-hdr-tpt: zzz + +body +. +QUIT +**** diff --git a/test/scripts/5410-cutthrough-OpenSSL/5410 b/test/scripts/5410-cutthrough-OpenSSL/5410 index 9f5ff7196..5c9598c66 100644 --- a/test/scripts/5410-cutthrough-OpenSSL/5410 +++ b/test/scripts/5410-cutthrough-OpenSSL/5410 @@ -1,4 +1,4 @@ -# cutthrough_delivery to target oferring TLS +# cutthrough_delivery to target offerring TLS exim -DSERVER=server -bd -oX PORT_D **** # this one should succeed |