summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-08-02 12:10:41 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-08-02 22:33:21 +0100
commit2d14f39731e88a6d6bb9f1b5c56f497eb12198c4 (patch)
tree02210424975a01203ccc9f6988fb8890f9d40c37 /test/scripts
parente0cc6cda55782d98187cdc2d11b7c3352e75c7d4 (diff)
pass advertised facility to continued-transport process
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/090031
1 files changed, 28 insertions, 3 deletions
diff --git a/test/scripts/0000-Basic/0900 b/test/scripts/0000-Basic/0900
index cb8cf63e3..435906d60 100644
--- a/test/scripts/0000-Basic/0900
+++ b/test/scripts/0000-Basic/0900
@@ -2,13 +2,14 @@
exim -DSERVER=server -bd -oX PORT_D
****
#
+# plain, small message (no body)
client 127.0.0.1 PORT_D
??? 220
ehlo tester
??? 250-
-??? 250-
-??? 250-
-??? 250-
+??? 250-SIZE
+??? 250-8BITMIME
+??? 250-PIPELINING
??? 250-CHUNKING
??? 250 HELP
mail from:someone@some.domain
@@ -26,6 +27,9 @@ quit
??? 221
****
#
+# plain, small message (with body)
+# nonlast 1st bdat, noop, last-bdat(0)
+# immediate followon 2nd message
client 127.0.0.1 PORT_D
??? 220
ehlo tester
@@ -118,6 +122,7 @@ quit
??? 221
****
#
+# followon EHLO and another message
client 127.0.0.1 PORT_D
??? 220
ehlo tester
@@ -166,5 +171,25 @@ quit
??? 221
****
#
+# plain, small message (no body)
+# pipelined
+client 127.0.0.1 PORT_D
+??? 220
+EHLO tester
+??? 250-
+??? 250-SIZE
+??? 250-8BITMIME
+??? 250-PIPELINING
+??? 250-CHUNKING
+??? 250 HELP
+MAIL FROM:<someone@some.domain>\r\nRCPT TO:<CALLER@HOSTNAME>\r\nBDAT 88 LAST\r\nTo: Susan@random.com\r\nFrom: Sam@random.com\r\nSubject: This is a bodyless test message\r\n
+??? 250
+??? 250
+??? 250-
+??? 250
+quit
+??? 221
+****
+#
killdaemon
no_msglog_check