diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-08-10 22:28:48 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-08-10 23:45:11 +0100 |
commit | cebf4027931177cc70106a84e19705f2085a09f5 (patch) | |
tree | 97a7fd71a33dc2f1ee57cb6657828cdeef52aa06 /test/confs | |
parent | d4095f83496094d7d8649cc412536f69d1cfcb6a (diff) |
dnslists: hardwired return value check. Bug 2631
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0139 | 1 | ||||
-rw-r--r-- | test/confs/0509 | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/test/confs/0139 b/test/confs/0139 index 13a90df0a..5aaa61183 100644 --- a/test/confs/0139 +++ b/test/confs/0139 @@ -30,6 +30,7 @@ check_vrfy: warn dnslists = rbl.test.ex!==127.0.0.1 warn dnslists = rbl.test.ex!==127.0.0.3 warn dnslists = rbl.test.ex!==127.0.0.1,127.0.0.2 + warn dnslists = rbl.test.ex accept check_mail: diff --git a/test/confs/0509 b/test/confs/0509 index bc3dc50a8..9a4f185f8 100644 --- a/test/confs/0509 +++ b/test/confs/0509 @@ -18,7 +18,7 @@ check_connect: warn dnslists = rbl.test.ex/<;1.2.3.4;V4NET.11.12.13 logwrite = rbl.test.ex/<;1.2.3.4;V4NET.11.12.13 - warn dnslists = test.ex/a.b.c.d::ten-1 - logwrite = test.ex/a.b.c.d::ten-1 + warn dnslists = test.ex/a.b.c.d::ten-1::localhost + logwrite = test.ex/a.b.c.d::ten-1::localhost # End |