diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-08 10:49:18 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-08 10:49:18 +0000 |
commit | 898d150f9aa9c796bb01117bc438b24ddb2e7435 (patch) | |
tree | 36c1f403bd00404eab6a68df4d403163ae196578 /test/stderr/0479 | |
parent | 2c5db4fd26b481bff53f546eed83d373db4f130b (diff) |
Tidies to SMTP dialogue debugging output.
Diffstat (limited to 'test/stderr/0479')
-rw-r--r-- | test/stderr/0479 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/stderr/0479 b/test/stderr/0479 index 3a6e0b511..187aaf6c8 100644 --- a/test/stderr/0479 +++ b/test/stderr/0479 @@ -20,16 +20,16 @@ host in recipient_unqualified_hosts? no (option unset) host in helo_verify_hosts? no (option unset) host in helo_try_verify_hosts? no (option unset) host in helo_accept_junk_hosts? no (option unset) -SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 smtp_setup_msg entered SMTP<< helo [1.2.3.4] [1.2.3.4] in helo_lookup_domains? no (end of list) sender_fullhost = ([1.2.3.4]) [1.2.3.4] sender_rcvhost = [1.2.3.4] set_process_info: pppp handling incoming connection from ([1.2.3.4]) [1.2.3.4] -SMTP>> 250 the.local.host.name Hello [1.2.3.4] [1.2.3.4]
+SMTP>> 250 the.local.host.name Hello [1.2.3.4] [1.2.3.4] SMTP<< mail from:<a@b> -SMTP>> 250 OK
+SMTP>> 250 OK SMTP<< rcpt to:<c@d> using ACL "rcpt" processing "require" @@ -67,7 +67,7 @@ sender a@b verified ok as rewritten-a@rewritten-b require: condition test succeeded processing "accept" accept: condition test succeeded -SMTP>> 250 Accepted
+SMTP>> 250 Accepted SMTP<< rcpt to:<e@f> using ACL "rcpt" processing "require" @@ -80,9 +80,9 @@ using cached sender verify result require: condition test succeeded processing "accept" accept: condition test succeeded -SMTP>> 250 Accepted
+SMTP>> 250 Accepted SMTP<< quit -SMTP>> 221 the.local.host.name closing connection
+SMTP>> 221 the.local.host.name closing connection LOG: smtp_connection MAIN SMTP connection from ([1.2.3.4]) [1.2.3.4] closed by QUIT search_tidyup called |