summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-06-22 17:27:18 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-06-22 17:32:22 +0100
commit99bfcf2b678e7bd8125a7eb44409e46549bfc111 (patch)
tree7c6f86525f903131fd0dc26700deda648f375342 /test/scripts
parent9cd5086acc809e6af84f3865614cd913ddc213ff (diff)
downloadexim4-99bfcf2b678e7bd8125a7eb44409e46549bfc111.tar.gz
Cutthrough: handle request when a callout-hold is active. Bug 2604
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/5400-cutthrough/540929
1 files changed, 29 insertions, 0 deletions
diff --git a/test/scripts/5400-cutthrough/5409 b/test/scripts/5400-cutthrough/5409
new file mode 100644
index 000000000..c9d63d185
--- /dev/null
+++ b/test/scripts/5400-cutthrough/5409
@@ -0,0 +1,29 @@
+# cutthrough_delivery preceded by recipient-verify/hold
+need_ipv4
+#
+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 -bs -odf
+EHLO myhost.test.ex
+MAIL FROM:<CALLER@myhost.test.ex>
+RCPT TO:<userx@domain.com>
+DATA
+Subject: test
+
+body
+.
+QUIT
+****