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/0386 | |
parent | 40fa69f0f370146d9b85dfc5990b612b6d9d1ce9 (diff) |
Support TTL from SOA for NXDOMAIN & NODATA cache entries for dnslists. Bug 1395
Diffstat (limited to 'test/stderr/0386')
-rw-r--r-- | test/stderr/0386 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/stderr/0386 b/test/stderr/0386 index d2444f5ad..22a1184c5 100644 --- a/test/stderr/0386 +++ b/test/stderr/0386 @@ -192,10 +192,11 @@ check acl = TESTSUITE/aux-fixed/0386.acl2 message: X-Warning: $sender_host_address is listed at $dnslist_domain\nX-Warning: $dnslist_text l_message: found in $dnslist_domain: $dnslist_text check dnslists = rbl.test.ex -DNS list check: rbl.test.ex +dnslists check: rbl.test.ex new DNS lookup for 13.12.11.V4NET.rbl.test.ex DNS lookup of 13.12.11.V4NET.rbl.test.ex (A) using fakens DNS lookup of 13.12.11.V4NET.rbl.test.ex (A) succeeded +dnslists: wrote cache entry, ttl=1 DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) DNS lookup of 13.12.11.V4NET.rbl.test.ex (TXT) using fakens DNS lookup of 13.12.11.V4NET.rbl.test.ex (TXT) succeeded @@ -390,8 +391,8 @@ check acl = TESTSUITE/aux-fixed/0386.acl2 message: X-Warning: $sender_host_address is listed at $dnslist_domain\nX-Warning: $dnslist_text l_message: found in $dnslist_domain: $dnslist_text 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 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) => that means V4NET.11.12.13 is listed at rbl.test.ex warn: condition test succeeded in ACL "TESTSUITE/aux-fixed/0386.acl2" |