summaryrefslogtreecommitdiff
path: root/test/scripts/5500-PRDR/5591
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-08-02 00:24:00 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-08-02 16:46:32 +0100
commit0b20855c02c44cb79a33824596e3ad8dc906131f (patch)
tree71631e8bf79ed6e25bbcda35ce4ce5d08c6fff35 /test/scripts/5500-PRDR/5591
parente7621e8371917cc06d0abce0929c3166e29007fb (diff)
testcases for PRDR
Diffstat (limited to 'test/scripts/5500-PRDR/5591')
-rw-r--r--test/scripts/5500-PRDR/559132
1 files changed, 32 insertions, 0 deletions
diff --git a/test/scripts/5500-PRDR/5591 b/test/scripts/5500-PRDR/5591
new file mode 100644
index 000000000..67b9de298
--- /dev/null
+++ b/test/scripts/5500-PRDR/5591
@@ -0,0 +1,32 @@
+# PRDR and CHUNKING transmission
+need_ipv4
+no_msglog_check
+#
+# Two recipients, accepted by full PRDR response sequence
+server PORT_S
+220 Server ready
+EHLO
+250-hiya matey
+250-PRDR
+250-CHUNKING
+250 OK
+MAIL FROM:<> PRDR
+250 OK
+RCPT TO
+250 OK
+RCPT TO
+250 OK
+BDAT 317 LAST
+*data 317
+353 prdr responses coming up
+250 first rcpt was good
+250 second rcpt was good
+250 OK, overall
+QUIT
+250 OK
+****
+exim -odi -f sender_gets_replaced usery userz
+Some message text.
+****
+#
+#