diff options
author | Wolfgang Breyha <wbreyha@gmx.net> | 2020-01-02 13:16:52 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-02 13:16:52 +0000 |
commit | f73eb7e30a8a55c3934a2e5e0d0d30cf8bf44c09 (patch) | |
tree | 3f697d14cbf0be56426186a0aebcfa3dd3fbeced /test/scripts/4600-SPF | |
parent | 2b615f22d0ce78ba28a6d758d6a2a5c8cb33e10a (diff) |
SPF: handle DNS NO_DATA return. Bug 2499
Diffstat (limited to 'test/scripts/4600-SPF')
-rw-r--r-- | test/scripts/4600-SPF/4601 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/4600-SPF/4601 b/test/scripts/4600-SPF/4601 index 77258a8e8..96f06a6d1 100644 --- a/test/scripts/4600-SPF/4601 +++ b/test/scripts/4600-SPF/4601 @@ -30,6 +30,7 @@ killdaemon # - and not crash with non-spf txt records # v=spf1 is casr-insensitive exim -be +none ${lookup {fred@v6.test.ex} spf {HOSTIPV4}} temperror ${lookup {fred@test.again.dns} spf {HOSTIPV4}} permerror ${lookup {fred@double.example.com} spf {8.8.8.8}} permerror ${lookup {fred@doubleplus.example.com} spf {8.8.8.8}} |