diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-05 10:31:57 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-05 14:44:53 +0100 |
commit | 3462da30c9c57e63705fa24121655a32b315dfcf (patch) | |
tree | 09928620fb8ffc8a939aee743117967b753e779f /test/stderr/0079 | |
parent | 40fa69f0f370146d9b85dfc5990b612b6d9d1ce9 (diff) |
Support TTL from SOA for NXDOMAIN & NODATA cache entries for dnslists. Bug 1395
Diffstat (limited to 'test/stderr/0079')
-rw-r--r-- | test/stderr/0079 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/test/stderr/0079 b/test/stderr/0079 index d4d5293ab..9e4b559bb 100644 --- a/test/stderr/0079 +++ b/test/stderr/0079 @@ -19,8 +19,9 @@ >>> message: X-Warning: $sender_host_address is blacklisted at $dnslist_domain >>> l_message: $sender_host_address is in $dnslist_domain >>> check dnslists = rbl.test.ex ->>> DNS list check: rbl.test.ex +>>> dnslists check: rbl.test.ex >>> new DNS lookup for 14.12.11.V4NET.rbl.test.ex +>>> dnslists: wrote cache entry, ttl=2 >>> DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl.test.ex >>> warn: condition test succeeded in ACL "check_recipient" @@ -32,8 +33,9 @@ LOG: H=(exim.test.ex) [V4NET.11.12.14] Warning: V4NET.11.12.14 is in rbl.test.ex >>> exim.test.ex in "exim.test.ex"? yes (matched "exim.test.ex") >>> postmaster@exim.test.ex in "postmaster@exim.test.ex"? yes (matched "postmaster@exim.test.ex") >>> check dnslists = rbl2.test.ex ->>> DNS list check: rbl2.test.ex +>>> dnslists check: rbl2.test.ex >>> new DNS lookup for 14.12.11.V4NET.rbl2.test.ex +>>> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for 14.12.11.V4NET.rbl2.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl2.test.ex >>> warn: condition test succeeded in ACL "check_recipient" @@ -53,8 +55,8 @@ LOG: H=(exim.test.ex) [V4NET.11.12.14] Warning: accepting postmaster from host i >>> message: X-Warning: $sender_host_address is blacklisted at $dnslist_domain >>> l_message: $sender_host_address is in $dnslist_domain >>> check dnslists = rbl.test.ex ->>> DNS list check: rbl.test.ex ->>> using result of previous DNS lookup +>>> dnslists check: rbl.test.ex +>>> dnslists: using result of previous lookup >>> DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl.test.ex >>> warn: condition test succeeded in ACL "check_recipient" @@ -71,8 +73,8 @@ LOG: H=(exim.test.ex) [V4NET.11.12.14] Warning: accepting postmaster from host i >>> processing "deny" (TESTSUITE/test-config 33) >>> message: host is listed in $dnslist_domain >>> check dnslists = rbl2.test.ex ->>> DNS list check: rbl2.test.ex ->>> using result of previous DNS lookup +>>> dnslists check: rbl2.test.ex +>>> dnslists: using result of previous lookup >>> DNS lookup for 14.12.11.V4NET.rbl2.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl2.test.ex >>> deny: condition test succeeded in ACL "check_recipient" |