diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-15 15:59:22 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-15 15:59:22 +0000 |
commit | b4ed4da0f525ab98c05797e15df0045e49ae3618 (patch) | |
tree | 14791744c4c09157336e91dcf2b4d994d2acdb9f /test/stderr | |
parent | ad26813496addda838a0512075cacd58dca01b30 (diff) |
Added log selector +smtp_no_mail to log when no MAIL is issued (for
Tony).
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/0547 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test/stderr/0547 b/test/stderr/0547 new file mode 100644 index 000000000..980da7a0b --- /dev/null +++ b/test/stderr/0547 @@ -0,0 +1,25 @@ +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? no (option unset) +>>> host in host_reject_connection? no (option unset) +>>> host in sender_unqualified_hosts? no (option unset) +>>> 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) +>>> rhu.barb in helo_lookup_domains? no (end of list) +>>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") +LOG: no MAIL in SMTP connection from (rhu.barb) [10.9.8.7] D=0s C=...HELP,RSET,NOOP,HELP,RSET,NOOP,HELP,RSET,NOOP,HELP,RSET,NOOP,HELP,RSET,NOOP,HELP,RSET,NOOP,HELP,QUIT +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? no (option unset) +>>> host in host_reject_connection? no (option unset) +>>> host in sender_unqualified_hosts? no (option unset) +>>> 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) +>>> rhu.barb in helo_lookup_domains? no (end of list) +>>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") +LOG: SMTP call from (rhu.barb) [10.9.8.7] dropped: too many nonmail commands (last was "HELP") +LOG: no MAIL in SMTP connection from (rhu.barb) [10.9.8.7] D=0s C=HELO,RSET,NOOP,HELP,RSET,NOOP,HELP,RSET,NOOP,HELP,RSET,NOOP + +******** SERVER ******** |