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/0524 | |
parent | 1d38781da934809e6ce0b8c3718c4b3bccdfe1d2 (diff) |
Debug: list searching
Diffstat (limited to 'test/stderr/0524')
-rw-r--r-- | test/stderr/0524 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/stderr/0524 b/test/stderr/0524 index 5cf6da8e2..157bb70f6 100644 --- a/test/stderr/0524 +++ b/test/stderr/0524 @@ -6,8 +6,12 @@ >>> 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) +>>> list element: +>>> list element: @ +>>> list element: @[] >>> csa1.test.ex in helo_lookup_domains? no (end of list) >>> host in dsn_advertise_hosts? no (option unset) +>>> list element: * >>> host in pipelining_advertise_hosts? yes (matched "*") >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_mail" @@ -16,9 +20,13 @@ >>> check verify = csa >>> accept: condition test succeeded in ACL "check_mail" >>> end of ACL "check_mail": ACCEPT +>>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") +>>> list element: @ +>>> list element: @[] >>> csa2.test.ex in helo_lookup_domains? no (end of list) >>> host in dsn_advertise_hosts? no (option unset) +>>> list element: * >>> host in pipelining_advertise_hosts? yes (matched "*") >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_mail" @@ -36,8 +44,12 @@ LOG: H=(csa2.test.ex) [V4NET.9.8.7] rejected MAIL <>: client SMTP authorization >>> 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) +>>> list element: +>>> list element: @ +>>> list element: @[] >>> csa1.test.ex in helo_lookup_domains? no (end of list) >>> host in dsn_advertise_hosts? no (option unset) +>>> list element: * >>> host in pipelining_advertise_hosts? yes (matched "*") >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_mail" @@ -47,9 +59,13 @@ LOG: H=(csa2.test.ex) [V4NET.9.8.7] rejected MAIL <>: client SMTP authorization >>> accept: condition test failed in ACL "check_mail" >>> accept: endpass encountered - denying access LOG: H=(csa1.test.ex) [V4NET.9.8.8] rejected MAIL <>: client SMTP authorization failed (client address mismatch) +>>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") +>>> list element: @ +>>> list element: @[] >>> csa2.test.ex in helo_lookup_domains? no (end of list) >>> host in dsn_advertise_hosts? no (option unset) +>>> list element: * >>> host in pipelining_advertise_hosts? yes (matched "*") >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_mail" |