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/0251 | |
parent | 1d38781da934809e6ce0b8c3718c4b3bccdfe1d2 (diff) |
Debug: list searching
Diffstat (limited to 'test/stderr/0251')
-rw-r--r-- | test/stderr/0251 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/stderr/0251 b/test/stderr/0251 index 87595bc90..f14706a6d 100644 --- a/test/stderr/0251 +++ b/test/stderr/0251 @@ -6,6 +6,9 @@ >>> 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: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" >>> processing "deny" (TESTSUITE/test-config 20) @@ -13,16 +16,23 @@ >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing oklist@listr.test.ex +>>> list element: listr.test.ex >>> listr.test.ex in "listr.test.ex"? yes (matched "listr.test.ex") +>>> list element: TESTSUITE/aux-fixed/0251.restrict.oklist +>>> list element: sender >>> sender in "sender"? yes (matched "sender") >>> ok@sender in "TESTSUITE/aux-fixed/0251.restrict.oklist"? yes (matched "ok@sender" in TESTSUITE/aux-fixed/0251.restrict.oklist) >>> calling exeter_listr router >>> routed by exeter_listr router >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing xxx@listr.test.ex +>>> list element: listr.test.ex >>> listr.test.ex in "listr.test.ex"? yes (matched "listr.test.ex") +>>> list element: zzzz +>>> list element: zzzz >>> sender in "zzzz"? no (end of list) >>> ok@sender in "zzzz"? no (end of list) +>>> list element: listr.test.ex >>> listr.test.ex in "listr.test.ex"? yes (matched "listr.test.ex") >>> calling exeter_listf router >>> routed by exeter_listf router @@ -30,6 +40,9 @@ >>> deny: condition test failed in ACL "check_recipient" >>> processing "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains +>>> list element: +local_domains +>>> list element: test.ex +>>> list element: *.test.ex >>> listr.test.ex in "test.ex : *.test.ex"? yes (matched "*.test.ex") >>> listr.test.ex in "+local_domains"? yes (matched "+local_domains") >>> accept: condition test succeeded in ACL "check_recipient" @@ -40,8 +53,11 @@ >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing oklist@listr.test.ex +>>> list element: listr.test.ex >>> listr.test.ex in "listr.test.ex"? yes (matched "listr.test.ex") +>>> list element: TESTSUITE/aux-fixed/0251.restrict.oklist >>> bad@sender in "TESTSUITE/aux-fixed/0251.restrict.oklist"? no (end of list) +>>> list element: listr.test.ex >>> listr.test.ex in "listr.test.ex"? yes (matched "listr.test.ex") >>> calling exeter_listf router >>> routed by exeter_listf router @@ -49,6 +65,9 @@ >>> deny: condition test failed in ACL "check_recipient" >>> processing "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains +>>> list element: +local_domains +>>> list element: test.ex +>>> list element: *.test.ex >>> listr.test.ex in "test.ex : *.test.ex"? yes (matched "*.test.ex") >>> listr.test.ex in "+local_domains"? yes (matched "+local_domains") >>> accept: condition test succeeded in ACL "check_recipient" |