diff options
Diffstat (limited to 'test/stderr/0398')
-rw-r--r-- | test/stderr/0398 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/stderr/0398 b/test/stderr/0398 index e661fcb6c..6ed0f82e7 100644 --- a/test/stderr/0398 +++ b/test/stderr/0398 @@ -11,10 +11,10 @@ set_process_info: pppp accepting a local SMTP message from <CALLER@test.ex> in hosts_connection_nolog? no (option unset) LOG: smtp_connection MAIN SMTP connection from CALLER -SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 smtp_setup_msg entered SMTP<< mail from:<qq@remote> -SMTP>> 250 OK
+SMTP>> 250 OK SMTP<< rcpt to:<abc@local> using ACL "rcpt" processing "deny" @@ -151,7 +151,7 @@ address match: subject=qq@remote pattern=qq@remote remote in "remote"? yes (matched "remote") qq@remote in "qq@remote"? yes (matched "qq@remote") accept: condition test succeeded -SMTP>> 250 Accepted
+SMTP>> 250 Accepted SMTP<< rcpt to:<xyz@local> using ACL "rcpt" processing "deny" @@ -228,9 +228,9 @@ address match: subject=qq@remote pattern=qq@remote remote in "remote"? yes (matched "remote") qq@remote in "qq@remote"? yes (matched "qq@remote") accept: condition test succeeded -SMTP>> 250 Accepted
+SMTP>> 250 Accepted SMTP<< quit -SMTP>> 221 mail.test.ex closing connection
+SMTP>> 221 mail.test.ex closing connection LOG: smtp_connection MAIN SMTP connection from CALLER closed by QUIT search_tidyup called |