From 1a6230a33e235e2b008caabd112f8bc6cb1bcc60 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 30 May 2016 22:20:33 +0100 Subject: Avoid writing msglog files in -bh and -bhc modes. Bug 1804 --- test/stdout/0420 | 57 +++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 21 deletions(-) (limited to 'test/stdout/0420') 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: +??? 250 +<<< 250 OK +>>> rcpt to: +??? 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: +??? 250 +<<< 250 OK +>>> rcpt to: +??? 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 -- cgit v1.2.3