diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-05 16:47:41 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-05 16:47:41 +0100 |
commit | da0b4ba788278c1703a0c277a8f4a75052d1b1e5 (patch) | |
tree | 1f684d3427d1eb000b3c4ce0ed781054ca2c6148 /test/stderr/0023 | |
parent | 3462da30c9c57e63705fa24121655a32b315dfcf (diff) |
Testsuite: drop test.ex domain neg-cache ttl to 3000
Diffstat (limited to 'test/stderr/0023')
-rw-r--r-- | test/stderr/0023 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stderr/0023 b/test/stderr/0023 index 140fc7ac6..cca600fa1 100644 --- a/test/stderr/0023 +++ b/test/stderr/0023 @@ -688,7 +688,7 @@ LOG: H=[V4NET.11.12.13] F=<x@y> rejected RCPT <x1@y>: DNSLIST (rbl.test.ex: This >>> check dnslists = rbl.test.ex >>> dnslists check: rbl.test.ex >>> new DNS lookup for 12.12.11.V4NET.rbl.test.ex ->>> dnslists: wrote cache entry, ttl=3600 +>>> dnslists: wrote cache entry, ttl=3000 >>> DNS lookup for 12.12.11.V4NET.rbl.test.ex failed >>> => that means V4NET.11.12.12 is not listed at rbl.test.ex >>> deny: condition test failed in ACL "acl_V4NET_11_12" @@ -1184,7 +1184,7 @@ LOG: H=[29.29.29.29] F=<a@localhost> rejected RCPT <x@y> >>> = test.ex/elsewhere >>> dnslists check: test.ex/elsewhere >>> new DNS lookup for elsewhere.test.ex ->>> dnslists: wrote cache entry, ttl=3600 +>>> dnslists: wrote cache entry, ttl=3000 >>> DNS lookup for elsewhere.test.ex failed >>> => that means elsewhere is not listed at test.ex >>> deny: condition test failed in ACL "acl_29_29_29" |