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/1002 | |
parent | 1d38781da934809e6ce0b8c3718c4b3bccdfe1d2 (diff) |
Debug: list searching
Diffstat (limited to 'test/stderr/1002')
-rw-r--r-- | test/stderr/1002 | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/test/stderr/1002 b/test/stderr/1002 index 7e23fe7e7..328732e47 100644 --- a/test/stderr/1002 +++ b/test/stderr/1002 @@ -6,12 +6,20 @@ >>> 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 "acl_rcpt_1" >>> processing "require" (TESTSUITE/test-config 19) >>> message: domain doesn't match @ or @[] >>> check domains = @ : @[] ->>> [::1] in "@ : @[]"? yes (matched "@[]") +>>> [::1] in "@ : @[]"? +>>> list element: @ +>>> list element: @[] +>>> [::1] in "@ : @[]"? yes (matched "@[]") >>> require: condition test succeeded in ACL "acl_rcpt_1" >>> processing "accept" (TESTSUITE/test-config 21) >>> accept: condition test succeeded in ACL "acl_rcpt_1" @@ -20,10 +28,22 @@ >>> processing "require" (TESTSUITE/test-config 44) >>> message: domain doesn't match @mx_any/ignore=<;127.0.0.1;::1 >>> check domains = <+ @mx_any/ignore=<;127.0.0.1;::1 ->>> ::1 in "<;127.0.0.1;::1"? yes (matched "::1") ->>> 127.0.0.1 in "<;127.0.0.1;::1"? yes (matched "127.0.0.1") ->>> V4NET.0.0.1 in "<;127.0.0.1;::1"? no (end of list) ->>> ten-1.test.ex in hosts_treat_as_local? no (end of list) +>>> mxt11a.test.ex in "<+ @mx_any/ignore=<;127.0.0.1;::1"? +>>> list element: @mx_any/ignore=<;127.0.0.1;::1 +>>> ::1 in "<;127.0.0.1;::1"? +>>> list element: 127.0.0.1 +>>> list element: ::1 +>>> ::1 in "<;127.0.0.1;::1"? yes (matched "::1") +>>> 127.0.0.1 in "<;127.0.0.1;::1"? +>>> list element: 127.0.0.1 +>>> 127.0.0.1 in "<;127.0.0.1;::1"? yes (matched "127.0.0.1") +>>> V4NET.0.0.1 in "<;127.0.0.1;::1"? +>>> list element: 127.0.0.1 +>>> list element: ::1 +>>> V4NET.0.0.1 in "<;127.0.0.1;::1"? no (end of list) +>>> ten-1.test.ex in hosts_treat_as_local? +>>> list element: other1.test.ex +>>> ten-1.test.ex in hosts_treat_as_local? no (end of list) >>> mxt11a.test.ex in "<+ @mx_any/ignore=<;127.0.0.1;::1"? no (end of list) >>> require: condition test failed in ACL "acl_rcpt_6" >>> end of ACL "acl_rcpt_6": not OK |