summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-03-26 16:59:29 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-03-26 17:34:17 +0100
commitc85476e9d9f9002927fc3e2a6a12005423359ff1 (patch)
tree00babbe0446408b62b056c57967d3a2e3f5cb7dc /test/scripts
parent5add7dc43769f6bac7de978b778b20276e7b0464 (diff)
Cutthrough: for an onward finaldot timeout, generate an initator 450 in defer=pass mode
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/5400-cutthrough/540524
1 files changed, 24 insertions, 0 deletions
diff --git a/test/scripts/5400-cutthrough/5405 b/test/scripts/5400-cutthrough/5405
index 2e7a33388..2de0f5c58 100644
--- a/test/scripts/5400-cutthrough/5405
+++ b/test/scripts/5400-cutthrough/5405
@@ -174,6 +174,30 @@ DATA
QUIT
****
#
+# conn-drop (at DATA-dot), option "pass". Should tmp-rej source, at DATA.
+server PORT_S
+220 ESMTP
+EHLO
+250 OK
+MAIL FROM:
+250 Sender OK
+RCPT TO:
+250 good rcpt
+DATA
+354 Send data
+.
+>*eof
+****
+exim -DCONTROL=/defer=pass -bs
+EHLO myhost.test.ex
+MAIL FROM:<CALLER@myhost.test.ex>
+RCPT TO:<userj@domain.com>
+DATA
+
+.
+QUIT
+****
+#
#########################################################
#, Now using a conn opened by a recipient verify
#