git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix string_copyn() for limit greater than actual string length
[exim.git]
/
test
/
scripts
/
5500-PRDR
/
5591
diff --git
a/test/scripts/5500-PRDR/5591
b/test/scripts/5500-PRDR/5591
index 67b9de2981033849af0b95743a1d4386384bb9f2..1ab7488904c8fdd0eedfa4ca2a9873af0b5ea56c 100644
(file)
--- a/
test/scripts/5500-PRDR/5591
+++ b/
test/scripts/5500-PRDR/5591
@@
-16,8
+16,8
@@
RCPT TO
250 OK
RCPT TO
250 OK
250 OK
RCPT TO
250 OK
-BDAT
31
7 LAST
-*data
31
7
+BDAT
28
7 LAST
+*data
28
7
353 prdr responses coming up
250 first rcpt was good
250 second rcpt was good
353 prdr responses coming up
250 first rcpt was good
250 second rcpt was good
@@
-25,8
+25,15
@@
BDAT 317 LAST
QUIT
250 OK
****
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.
Some message text.
+.
+QUIT
****
#
#
****
#
#