diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-30 22:20:33 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-30 23:16:57 +0100 |
commit | 1a6230a33e235e2b008caabd112f8bc6cb1bcc60 (patch) | |
tree | 2236023f70b3be0daf0ffa658bdc365e5b7eec1e /test/stdout/0420 | |
parent | 5739711991a412084e89905e2ebaf396ab8fb6b1 (diff) |
Avoid writing msglog files in -bh and -bhc modes. Bug 1804
Diffstat (limited to 'test/stdout/0420')
-rw-r--r-- | test/stdout/0420 | 57 |
1 files changed, 36 insertions, 21 deletions
diff --git a/test/stdout/0420 b/test/stdout/0420 index 56c57b692..1d78c1d2d 100644 --- a/test/stdout/0420 +++ b/test/stdout/0420 @@ -1,21 +1,36 @@ - -**** SMTP testing session as if from host V4NET.0.0.0 -**** but without any ident (RFC 1413) callback. -**** This is not for real! - -220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
-250 OK
-250 Accepted
-354 Enter message, ending with "." on a line by itself
-250 OK id=10HmaX-0005vi-00
- -**** SMTP testing: that is not a real message id! - -250 OK
-250 Accepted
-354 Enter message, ending with "." on a line by itself
-250 OK id=10HmaY-0005vi-00
- -**** SMTP testing: that is not a real message id! - -221 mail.test.ex closing connection
+Connecting to 127.0.0.1 port 1225 ... connected +??? 220 +<<< 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 +>>> helo client.test.ex +??? 250 +<<< 250 mail.test.ex Hello client.test.ex [127.0.0.1] +>>> mail from:<x@y> +??? 250 +<<< 250 OK +>>> rcpt to:<x@y> +??? 250 +<<< 250 Accepted +>>> data +??? 354 +<<< 354 Enter message, ending with "." on a line by itself +>>> Message. +>>> . +??? 250 +<<< 250 OK id=10HmaX-0005vi-00 +>>> mail from:<a@b> +??? 250 +<<< 250 OK +>>> rcpt to:<x@y> +??? 250 +<<< 250 Accepted +>>> data +??? 354 +<<< 354 Enter message, ending with "." on a line by itself +>>> Message. +>>> . +??? 250 +<<< 250 OK id=10HmaY-0005vi-00 +>>> quit +??? 221 +<<< 221 mail.test.ex closing connection +End of script |