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/0139 | |
parent | 3462da30c9c57e63705fa24121655a32b315dfcf (diff) |
Testsuite: drop test.ex domain neg-cache ttl to 3000
Diffstat (limited to 'test/stderr/0139')
-rw-r--r-- | test/stderr/0139 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/0139 b/test/stderr/0139 index 1e9451677..9b01d9dd9 100644 --- a/test/stderr/0139 +++ b/test/stderr/0139 @@ -11,7 +11,7 @@ >>> check dnslists = rbl4.test.ex&0.0.0.6 >>> dnslists check: rbl4.test.ex&0.0.0.6 >>> new DNS lookup for 14.12.11.V4NET.rbl4.test.ex ->>> dnslists: wrote cache entry, ttl=3600 +>>> dnslists: wrote cache entry, ttl=3000 >>> DNS lookup for 14.12.11.V4NET.rbl4.test.ex failed >>> => that means V4NET.11.12.14 is not listed at rbl4.test.ex >>> warn: condition test failed in ACL "check_mail" @@ -143,7 +143,7 @@ LOG: 10HmaY-0005vi-00 <= postmaster@exim.test.ex H=[V4NET.11.12.14] P=smtp S=sss >>> check dnslists = rbl4.test.ex&0.0.0.6 >>> dnslists check: rbl4.test.ex&0.0.0.6 >>> new DNS lookup for 15.12.11.V4NET.rbl4.test.ex ->>> dnslists: wrote cache entry, ttl=3600 +>>> dnslists: wrote cache entry, ttl=3000 >>> DNS lookup for 15.12.11.V4NET.rbl4.test.ex failed >>> => that means V4NET.11.12.15 is not listed at rbl4.test.ex >>> warn: condition test failed in ACL "check_mail" @@ -294,7 +294,7 @@ LOG: H=[V4NET.11.12.15] F=<postmaster@exim.test.ex> rejected RCPT <userx@exim.te >>> check dnslists = rbl2.test.ex!=127.0.0.3 : rbl3.test.ex=127.0.0.3 >>> dnslists check: rbl2.test.ex!=127.0.0.3 >>> new DNS lookup for 15.12.11.V4NET.rbl2.test.ex ->>> dnslists: wrote cache entry, ttl=3600 +>>> dnslists: wrote cache entry, ttl=3000 >>> DNS lookup for 15.12.11.V4NET.rbl2.test.ex failed >>> => that means V4NET.11.12.15 is not listed at rbl2.test.ex >>> dnslists check: rbl3.test.ex=127.0.0.3 |