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/3211 | |
parent | 1d38781da934809e6ce0b8c3718c4b3bccdfe1d2 (diff) |
Debug: list searching
Diffstat (limited to 'test/stderr/3211')
-rw-r--r-- | test/stderr/3211 | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/test/stderr/3211 b/test/stderr/3211 index 37566d36a..c508ef83a 100644 --- a/test/stderr/3211 +++ b/test/stderr/3211 @@ -6,6 +6,11 @@ >>> 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: +>>> test in helo_lookup_domains? +>>> list element: @ +>>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" >>> processing "accept" (TESTSUITE/test-config 17) @@ -16,7 +21,9 @@ >>> calling skipped router >>> skipped router declined for userx@test.again.dns >>> calling temp router ->>> test.again.dns in "*"? yes (matched "*") +>>> test.again.dns in "*"? +>>> list element: * +>>> test.again.dns in "*"? yes (matched "*") >>> test.again.dns in dns_again_means_nonexist? no (option unset) >>> temp router: defer for userx@test.again.dns >>> message: host lookup did not complete @@ -31,15 +38,24 @@ LOG: H=(test) [1.2.3.4] F=<userx@test.ex> temporarily rejected RCPT <userx@test. >>> 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: +>>> test in helo_lookup_domains? +>>> list element: @ +>>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" >>> processing "accept" (TESTSUITE/test-config 17) >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing r1-userx@test.again.dns +>>> test.again.dns in "!testdb;fail"? +>>> list element: !testdb;fail >>> test.again.dns in "!testdb;fail"? yes (end of list) >>> calling r1 router ->>> test.again.dns in "*"? yes (matched "*") +>>> test.again.dns in "*"? +>>> list element: * +>>> test.again.dns in "*"? yes (matched "*") >>> test.again.dns in dns_again_means_nonexist? no (option unset) >>> r1 router: defer for r1-userx@test.again.dns >>> message: host lookup did not complete |