summaryrefslogtreecommitdiff
path: root/test/scripts/5400-cutthrough
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-02-02 21:49:02 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-02-02 21:54:33 +0000
commit583b7f82cdcc5ea24d2afb572f61b10e0da676d4 (patch)
treef8e4408bff42f56753c9f2c51bd26a008aeb91eb /test/scripts/5400-cutthrough
parentf92dd928f3e2e8b4a6e42f43b403dcefefee747a (diff)
Pass on SIZE to cutthrough connection
Diffstat (limited to 'test/scripts/5400-cutthrough')
-rw-r--r--test/scripts/5400-cutthrough/540230
1 files changed, 30 insertions, 0 deletions
diff --git a/test/scripts/5400-cutthrough/5402 b/test/scripts/5400-cutthrough/5402
new file mode 100644
index 000000000..dbe7ef3c5
--- /dev/null
+++ b/test/scripts/5400-cutthrough/5402
@@ -0,0 +1,30 @@
+# cutthrough_delivery with MAIL SIZE=
+need_ipv4
+munge loopback
+#
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250 SIZE 65536
+MAIL FROM:<fred@myhost.test.ex> SIZE=1123
+250 Sender OK
+RCPT TO:
+250 Recipient OK
+DATA
+354 Send data
+.
+250 OK
+QUIT
+250 OK
+****
+exim -bs
+EHLO myhost.test.ex
+MAIL FROM:<fred@myhost.test.ex> SIZE=99
+RCPT TO:<userx@domain.com>
+DATA
+
+.
+QUIT
+****
+# End