diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-02 00:24:00 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-02 16:46:32 +0100 |
commit | 0b20855c02c44cb79a33824596e3ad8dc906131f (patch) | |
tree | 71631e8bf79ed6e25bbcda35ce4ce5d08c6fff35 /test/stdout | |
parent | e7621e8371917cc06d0abce0929c3166e29007fb (diff) |
testcases for PRDR
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/5591 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/stdout/5591 b/test/stdout/5591 new file mode 100644 index 000000000..1a65e063d --- /dev/null +++ b/test/stdout/5591 @@ -0,0 +1,24 @@ + +******** SERVER ******** +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 Server ready +EHLO the.local.host.name +250-hiya matey +250-PRDR +250-CHUNKING +250 OK +MAIL FROM:<> PRDR +250 OK +RCPT TO:<usery@the.local.host.name> +250 OK +RCPT TO:<userz@the.local.host.name> +250 OK +BDAT 317 LAST +353 prdr responses coming up +250 first rcpt was good +250 second rcpt was good +250 OK, overall +QUIT +250 OK +End of script |