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/0312 | |
parent | 40fa69f0f370146d9b85dfc5990b612b6d9d1ce9 (diff) |
Support TTL from SOA for NXDOMAIN & NODATA cache entries for dnslists. Bug 1395
Diffstat (limited to 'test/stderr/0312')
-rw-r--r-- | test/stderr/0312 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/stderr/0312 b/test/stderr/0312 index e7bf94f3e..9b147156e 100644 --- a/test/stderr/0312 +++ b/test/stderr/0312 @@ -9,10 +9,11 @@ >>> using ACL "check_rcpt" >>> processing "deny" (TESTSUITE/test-config 16) >>> check dnslists = +defer_unknown : test.again.dns ->>> DNS list check: +defer_unknown ->>> DNS list check: test.again.dns +>>> dnslists check: +defer_unknown +>>> dnslists check: test.again.dns >>> new DNS lookup for 1.0.0.V4NET.test.again.dns >>> 1.0.0.V4NET.test.again.dns in dns_again_means_nonexist? no (option unset) +>>> dnslists: wrote cache entry, ttl=3600 LOG: DNS list lookup defer (probably timeout) for 1.0.0.V4NET.test.again.dns: returned DEFER >>> deny: condition test deferred in ACL "check_rcpt" LOG: H=[V4NET.0.0.1] F=<userx@x> temporarily rejected RCPT <userx@y> |