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/0175 | |
parent | 1d38781da934809e6ce0b8c3718c4b3bccdfe1d2 (diff) |
Debug: list searching
Diffstat (limited to 'test/stderr/0175')
-rw-r--r-- | test/stderr/0175 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/stderr/0175 b/test/stderr/0175 index 014979ad5..7aebc1d4a 100644 --- a/test/stderr/0175 +++ b/test/stderr/0175 @@ -6,15 +6,21 @@ >>> 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 "require" (TESTSUITE/test-config 18) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing user@bad.domain +>>> list element: ! +local_domains +>>> list element: test.ex >>> bad.domain in "test.ex"? no (end of list) >>> bad.domain in "! +local_domains"? yes (end of list) >>> calling fail_sender router +>>> list element: bad.domain >>> bad.domain in "bad.domain"? yes (matched "bad.domain") >>> local host found for non-MX address >>> fully qualified name = localhost @@ -35,19 +41,27 @@ LOG: H=(test) [V4NET.0.0.0] F=<user@bad.domain> rejected RCPT <userx@test.ex>: S >>> 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 "require" (TESTSUITE/test-config 18) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing user@bad.domain2 +>>> list element: ! +local_domains +>>> list element: test.ex >>> bad.domain2 in "test.ex"? no (end of list) >>> bad.domain2 in "! +local_domains"? yes (end of list) >>> calling fail_sender router +>>> list element: bad.domain >>> bad.domain2 in "bad.domain"? no (end of list) >>> fail_sender router declined for user@bad.domain2 +>>> list element: ! +local_domains >>> bad.domain2 in "! +local_domains"? yes (end of list) >>> calling fail_sender2 router +>>> list element: bad.domain2 >>> bad.domain2 in "bad.domain2"? yes (matched "bad.domain2") >>> local host found for non-MX address >>> fully qualified name = localhost @@ -67,29 +81,41 @@ LOG: H=(test) [V4NET.0.0.0] F=<user@bad.domain2> rejected RCPT <userx@test.ex>: >>> 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 "require" (TESTSUITE/test-config 18) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing user@ten-1.test.ex +>>> list element: ! +local_domains +>>> list element: test.ex >>> ten-1.test.ex in "test.ex"? no (end of list) >>> ten-1.test.ex in "! +local_domains"? yes (end of list) >>> calling fail_sender router +>>> list element: bad.domain >>> ten-1.test.ex in "bad.domain"? no (end of list) >>> fail_sender router declined for user@ten-1.test.ex +>>> list element: ! +local_domains >>> ten-1.test.ex in "! +local_domains"? yes (end of list) >>> calling fail_sender2 router +>>> list element: bad.domain2 >>> ten-1.test.ex in "bad.domain2"? no (end of list) >>> fail_sender2 router declined for user@ten-1.test.ex +>>> list element: ! +local_domains >>> ten-1.test.ex in "! +local_domains"? yes (end of list) >>> calling lookuphost router +>>> list element: * >>> ten-1.test.ex in "*"? yes (matched "*") >>> routed by lookuphost router >>> ----------- end verify ------------ >>> require: condition test succeeded in ACL "check_recipient" >>> processing "accept" (TESTSUITE/test-config 19) >>> check domains = +local_domains +>>> list element: +local_domains +>>> list element: test.ex >>> test.ex in "test.ex"? yes (matched "test.ex") >>> test.ex in "+local_domains"? yes (matched "+local_domains") >>> accept: condition test succeeded in ACL "check_recipient" |