diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-11 12:48:50 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-11 12:48:50 +0100 |
commit | 91bb91739897a0aa9f77b9e0f48cb98e221fbb5c (patch) | |
tree | a61efaa757c272571398f94d16c171074b2959f1 | |
parent | c7cb9a4ad23afdf5998b68edb752ed310f9cb947 (diff) |
Testsuite: missing output files
-rw-r--r-- | test/stderr/4509 | 2 | ||||
-rw-r--r-- | test/stdout/5590 | 50 |
2 files changed, 52 insertions, 0 deletions
diff --git a/test/stderr/4509 b/test/stderr/4509 new file mode 100644 index 000000000..045fadc9b --- /dev/null +++ b/test/stderr/4509 @@ -0,0 +1,2 @@ + +******** SERVER ******** diff --git a/test/stdout/5590 b/test/stdout/5590 new file mode 100644 index 000000000..1c22145fb --- /dev/null +++ b/test/stdout/5590 @@ -0,0 +1,50 @@ +Connecting to 127.0.0.1 port 1225 ... connected +??? 220 +<<< 220 testhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 +>>> EHLO tester +??? 250- +<<< 250-testhost.test.ex Hello tester [127.0.0.1] +??? 250-SIZE +<<< 250-SIZE 52428800 +??? 250-8BITMIME +<<< 250-8BITMIME +??? 250-PIPELINING +<<< 250-PIPELINING +??? 250-CHUNKING +<<< 250-CHUNKING +??? 250-PRDR +<<< 250-PRDR +??? 250 +<<< 250 HELP +>>> MAIL FROM:<someone@some.domain> PRDR +??? 250 +<<< 250 OK, PRDR Requested +>>> RCPT TO:<bad1@test.ex> +??? 250 +<<< 250 Accepted +>>> RCPT TO:<good@test.ex> +??? 250 +<<< 250 Accepted +>>> RCPT TO:<bad2@test.ex> +??? 250 +<<< 250 Accepted +>>> BDAT 100 last +>>> To: Susan@random.com +>>> From: Sam@random.com +>>> Subject: This is a bodyfull test message +>>> +>>> 1234567890 +??? 353 +<<< 353 PRDR content analysis beginning +??? 550 +<<< 550 PRDR R=<bad1@test.ex> refusal +??? 250 +<<< 250 PRDR R=<good@test.ex> acceptance +??? 550 +<<< 550 PRDR R=<bad2@test.ex> refusal +??? 250 +<<< 250 id=10HmaX-0005vi-00 message accepted for some recipients +>>> QUIT +??? 221 +<<< 221 testhost.test.ex closing connection +End of script |