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/2201 | |
parent | 40fa69f0f370146d9b85dfc5990b612b6d9d1ce9 (diff) |
Support TTL from SOA for NXDOMAIN & NODATA cache entries for dnslists. Bug 1395
Diffstat (limited to 'test/stderr/2201')
-rw-r--r-- | test/stderr/2201 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/stderr/2201 b/test/stderr/2201 index ac812c1db..ff018f3ba 100644 --- a/test/stderr/2201 +++ b/test/stderr/2201 @@ -203,16 +203,18 @@ ppppp 1 SMTP accept process running ppppp Listening... ppppp Process ppppp is handling incoming connection from [127.0.0.1] ppppp Process ppppp is ready for new message -ppppp DNS list check: rbl.test.ex/V4NET.11.12.14 +ppppp dnslists check: rbl.test.ex/V4NET.11.12.14 ppppp new DNS lookup for 14.12.11.V4NET.rbl.test.ex +ppppp dnslists: wrote cache entry, ttl=2 ppppp DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) ppppp => that means V4NET.11.12.14 is listed at rbl.test.ex -ppppp DNS list check: rbl.test.ex/V4NET.11.12.14 -ppppp using result of previous DNS lookup +ppppp dnslists check: rbl.test.ex/V4NET.11.12.14 +ppppp dnslists: using result of previous lookup ppppp DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) ppppp => that means V4NET.11.12.14 is listed at rbl.test.ex -ppppp DNS list check: rbl.test.ex/V4NET.11.12.14 +ppppp dnslists check: rbl.test.ex/V4NET.11.12.14 ppppp cached data found but past valid time; new DNS lookup for 14.12.11.V4NET.rbl.test.ex +ppppp dnslists: wrote cache entry, ttl=2 ppppp DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) ppppp => that means V4NET.11.12.14 is listed at rbl.test.ex ppppp LOG: MAIN |