X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/b677cf473d181346393a357ca8336c223f5cdabe..b0e63c7efdc2133c61545b051042d3617ecd2bbd:/test/stderr/0475 diff --git a/test/stderr/0475 b/test/stderr/0475 index 4626506f5..f080bfc0e 100644 --- a/test/stderr/0475 +++ b/test/stderr/0475 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "a1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing "deny" (TESTSUITE/test-config 17) >>> check hosts = 1.2.3.4 : <; 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 @@ -21,11 +21,31 @@ LOG: unknown lookup type "<" in host list item "<; 1.2.3.4:5.6.7.8" >>> deny: condition test deferred in ACL "a1" LOG: H=(test) [V4NET.0.0.0] F=<> temporarily rejected RCPT : unknown lookup type "<" >>> using ACL "a2" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> processing "deny" (TESTSUITE/test-config 20) >>> check hosts = 1.2.3/24 >>> 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: 1.2.3) +LOG: list matching forced to fail: malformed IPv4 address or address mask: 1.2.3 >>> deny: condition test failed in ACL "a2" >>> end of ACL "a2": implicit DENY LOG: H=(test) [V4NET.0.0.0] F=<> rejected RCPT +>>> using ACL "a3" +>>> processing "deny" (TESTSUITE/test-config 23) +>>> check hosts = <; fe80::1 +>>> host in "<; fe80::1"? +>>> list element: fe80::1 +>>> host in "<; fe80::1"? no (end of list) +>>> deny: condition test failed in ACL "a3" +>>> end of ACL "a3": implicit DENY +LOG: H=(test) [V4NET.0.0.0] F=<> rejected RCPT +>>> using ACL "a4" +>>> processing "deny" (TESTSUITE/test-config 26) +>>> check hosts = <; fe80:1 +>>> host in "<; fe80:1"? +>>> list element: fe80:1 +>>> host in "<; fe80:1"? no (malformed IPv6 address or address mask: fe80:1) +LOG: list matching forced to fail: malformed IPv6 address or address mask: fe80:1 +>>> deny: condition test failed in ACL "a4" +>>> end of ACL "a4": implicit DENY +LOG: H=(test) [V4NET.0.0.0] F=<> rejected RCPT