summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0900
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/0000-Basic/0900')
-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