diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-07 20:52:33 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-07 20:52:33 +0100 |
commit | 2e860c7601c03eb8b1f02a5035deb1ca966f9cc0 (patch) | |
tree | 3295c760ee76b40815de9bb88fe6e583fa54c7b4 /test/stderr/0023 | |
parent | da0b4ba788278c1703a0c277a8f4a75052d1b1e5 (diff) |
Testsuite: increase RBL record TTL
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 cca600fa1..8111c9fd1 100644 --- a/test/stderr/0023 +++ b/test/stderr/0023 @@ -655,7 +655,7 @@ LOG: H=[5.6.13.1] F=<x@y> rejected RCPT <x2@y> >>> check dnslists = rbl.test.ex >>> dnslists check: rbl.test.ex >>> new DNS lookup for 13.12.11.V4NET.rbl.test.ex ->>> dnslists: wrote cache entry, ttl=1 +>>> dnslists: wrote cache entry, ttl=3 >>> 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 >>> deny: condition test succeeded in ACL "acl_V4NET_11_12" @@ -1235,7 +1235,7 @@ LOG: H=[30.30.30.30] F=<a@ten-1> rejected RCPT <x@y>: domain=test.ex >>> = test.ex=V4NET.0.0.1,127.0.0.2/13.12.11.V4NET.rbl >>> dnslists check: test.ex=V4NET.0.0.1,127.0.0.2/13.12.11.V4NET.rbl >>> new DNS lookup for 13.12.11.V4NET.rbl.test.ex ->>> dnslists: wrote cache entry, ttl=1 +>>> dnslists: wrote cache entry, ttl=3 >>> DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means 13.12.11.V4NET.rbl is listed at test.ex >>> deny: condition test succeeded in ACL "acl_30_30_30" |