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/0475 | |
parent | 6fc54bd18aa7a51e11dce5a905e754cedb526230 (diff) |
Debug: quieten environment-cleaning
Diffstat (limited to 'test/stderr/0475')
-rw-r--r-- | test/stderr/0475 | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/test/stderr/0475 b/test/stderr/0475 index a45214d7d..25f85a813 100644 --- a/test/stderr/0475 +++ b/test/stderr/0475 @@ -6,15 +6,18 @@ >>> 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 "deny" (TESTSUITE/test-config 16) >>> check hosts = 1.2.3.4 : <; 1.2.3.4::5.6.7.8 ->>> list element: 1.2.3.4 ->>> list element: <; 1.2.3.4:5.6.7.8 +>>> host in "1.2.3.4 : <; 1.2.3.4::5.6.7.8"? +>>> list element: 1.2.3.4 +>>> list element: <; 1.2.3.4:5.6.7.8 LOG: unknown lookup type "<" in host list item "<; 1.2.3.4:5.6.7.8" >>> host in "1.2.3.4 : <; 1.2.3.4::5.6.7.8"? list match deferred for <; 1.2.3.4:5.6.7.8 >>> deny: condition test deferred in ACL "a1" @@ -22,8 +25,9 @@ LOG: H=(test) [V4NET.0.0.0] F=<> temporarily rejected RCPT <a1@b>: unknown looku >>> using ACL "a2" >>> processing "deny" (TESTSUITE/test-config 19) >>> check hosts = 1.2.3/24 ->>> list element: 1.2.3/24 ->>> host in "1.2.3/24"? no (malformed IPv4 address or address mask) ->>> deny: condition test failed in ACL "a2" ->>> end of ACL "a2": implicit DENY +>>> host in "1.2.3/24"? +>>> list element: 1.2.3/24 +>>> host in "1.2.3/24"? no (malformed IPv4 address or address mask) +>>> deny: condition test failed in ACL "a2" +>>> end of ACL "a2": implicit DENY LOG: H=(test) [V4NET.0.0.0] F=<> rejected RCPT <a2@b> |