diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 17:14:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 17:14:31 +0000 |
commit | caf28f95ce0a617b075cf66e24a0e4b0b8aaf18e (patch) | |
tree | b1481052d9d68514ddc1264e628f437e2b50f812 /test/stderr/0325 | |
parent | 6fc54bd18aa7a51e11dce5a905e754cedb526230 (diff) |
Debug: quieten environment-cleaning
Diffstat (limited to 'test/stderr/0325')
-rw-r--r-- | test/stderr/0325 | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/test/stderr/0325 b/test/stderr/0325 index bce40924c..c99c051e4 100644 --- a/test/stderr/0325 +++ b/test/stderr/0325 @@ -14,32 +14,40 @@ r4: $local_part_data = LOCAL PART DATA >>> 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: @[] +>>> 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 "a1" >>> processing "accept" (TESTSUITE/test-config 19) >>> check domains = +test_domains ->>> list element: +test_domains ->>> list element: lsearch; TESTSUITE/aux-fixed/0325.data ->>> a.b.c in "lsearch; TESTSUITE/aux-fixed/0325.data"? yes (matched "lsearch; TESTSUITE/aux-fixed/0325.data") ->>> a.b.c in "+test_domains"? yes (matched "+test_domains") +>>> a.b.c in "+test_domains"? +>>> list element: +test_domains +>>> a.b.c in "lsearch; TESTSUITE/aux-fixed/0325.data"? +>>> list element: lsearch; TESTSUITE/aux-fixed/0325.data +>>> a.b.c in "lsearch; TESTSUITE/aux-fixed/0325.data"? yes (matched "lsearch; TESTSUITE/aux-fixed/0325.data") +>>> a.b.c in "+test_domains"? yes (matched "+test_domains") >>> check local_parts = +test_local_parts ->>> list element: +test_local_parts ->>> list element: lsearch;TESTSUITE/aux-fixed/0325.data ->>> xxx in "lsearch;TESTSUITE/aux-fixed/0325.data"? yes (matched "lsearch;TESTSUITE/aux-fixed/0325.data") ->>> xxx in "+test_local_parts"? yes (matched "+test_local_parts") +>>> xxx in "+test_local_parts"? +>>> list element: +test_local_parts +>>> xxx in "lsearch;TESTSUITE/aux-fixed/0325.data"? +>>> list element: lsearch;TESTSUITE/aux-fixed/0325.data +>>> xxx in "lsearch;TESTSUITE/aux-fixed/0325.data"? yes (matched "lsearch;TESTSUITE/aux-fixed/0325.data") +>>> xxx in "+test_local_parts"? yes (matched "+test_local_parts") >>> check condition = ${if eq{$domain_data/$local_part_data}{DOMAIN DATA/LOCAL PART DATA}{no}{yes}} >>> = no >>> accept: condition test failed in ACL "a1" >>> processing "deny" (TESTSUITE/test-config 24) >>> check domains = +test_domains ->>> list element: +test_domains ->>> a.b.c in "+test_domains"? yes (matched "+test_domains" - cached) +>>> a.b.c in "+test_domains"? +>>> list element: +test_domains +>>> a.b.c in "+test_domains"? yes (matched "+test_domains" - cached) >>> check local_parts = +test_local_parts ->>> list element: +test_local_parts ->>> xxx in "+test_local_parts"? yes (matched "+test_local_parts" - cached) +>>> xxx in "+test_local_parts"? +>>> list element: +test_local_parts +>>> xxx in "+test_local_parts"? yes (matched "+test_local_parts" - cached) >>> message: \$domain_data=$domain_data \$local_part_data=$local_part_data >>> deny: condition test succeeded in ACL "a1" >>> end of ACL "a1": DENY |