diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 00:50:50 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 00:50:50 +0000 |
commit | 6fc54bd18aa7a51e11dce5a905e754cedb526230 (patch) | |
tree | 670116ba02f231c4f39f6be46ee9aa413365d15a /test/stderr/0034 | |
parent | 1d38781da934809e6ce0b8c3718c4b3bccdfe1d2 (diff) |
Debug: list searching
Diffstat (limited to 'test/stderr/0034')
-rw-r--r-- | test/stderr/0034 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/test/stderr/0034 b/test/stderr/0034 index 8e8b068dd..86bca69a4 100644 --- a/test/stderr/0034 +++ b/test/stderr/0034 @@ -6,6 +6,10 @@ >>> 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) +>>> host in pipelining_connect_advertise_hosts? +>>> list element: +>>> host in smtp_accept_max_nonmail_hosts? +>>> list element: !10.0.0.1 >>> host in smtp_accept_max_nonmail_hosts? yes (end of list) LOG: SMTP call from [10.0.0.2] dropped: too many nonmail commands (last was "rset") >>> host in hosts_connection_nolog? no (option unset) @@ -16,4 +20,8 @@ LOG: SMTP call from [10.0.0.2] dropped: too many nonmail commands (last was "rse >>> 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) ->>> host in smtp_accept_max_nonmail_hosts? no (matched "!10.0.0.1") +>>> host in pipelining_connect_advertise_hosts? +>>> list element: +>>> host in smtp_accept_max_nonmail_hosts? +>>> list element: !10.0.0.1 +>>> host in smtp_accept_max_nonmail_hosts? no (matched "!10.0.0.1") |