summaryrefslogtreecommitdiff
path: root/test/scripts/5500-PRDR
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-10-04 00:11:32 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-10-04 00:11:32 +0100
commit493e0e6648552c0dce6c5225c8438d2829f1ac11 (patch)
tree0d1a148b90b412bbcede8b31ea3dce03ed9bf625 /test/scripts/5500-PRDR
parente7dadabd81968d7994e9bc36aa67b6bd3de63abe (diff)
Testsuite: for CHUNKING set sender name explicitly
for consistent chunk size on different platforms
Diffstat (limited to 'test/scripts/5500-PRDR')
-rw-r--r--test/scripts/5500-PRDR/559113
1 files changed, 10 insertions, 3 deletions
diff --git a/test/scripts/5500-PRDR/5591 b/test/scripts/5500-PRDR/5591
index 556945fe0..cf2af61b7 100644
--- a/test/scripts/5500-PRDR/5591
+++ b/test/scripts/5500-PRDR/5591
@@ -16,8 +16,8 @@ RCPT TO
250 OK
RCPT TO
250 OK
-BDAT 328 LAST
-*data 328
+BDAT 285 LAST
+*data 285
353 prdr responses coming up
250 first rcpt was good
250 second rcpt was good
@@ -25,8 +25,15 @@ BDAT 328 LAST
QUIT
250 OK
****
-exim -odi -f sender_gets_replaced usery userz
+sudo exim -odi -bS
+EHLO
+MAIL FROM:<sender@dom>
+RCPT TO:<usery>
+RCPT TO:<userz>
+DATA
Some message text.
+.
+QUIT
****
#
#