diff options
author | Wolfgang Breyha <wbreyha@gmx.net> | 2019-12-28 17:14:42 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-28 17:53:49 +0000 |
commit | 44e90dfa8316518d0fcba106c9fc083a56e15101 (patch) | |
tree | 221ce6edea188f319e71391d0d9b9fb159a35a3a /test | |
parent | b17ea87dd9582c2fb0e637c246211fb5328065be (diff) |
SPF: fix handling mix of spf and other txt records. Bug 2499
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/4600-SPF/4601 | 8 | ||||
-rw-r--r-- | test/stdout/4601 | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/test/scripts/4600-SPF/4601 b/test/scripts/4600-SPF/4601 index 72ef10d3f..77258a8e8 100644 --- a/test/scripts/4600-SPF/4601 +++ b/test/scripts/4600-SPF/4601 @@ -30,8 +30,8 @@ killdaemon # - and not crash with non-spf txt records # v=spf1 is casr-insensitive exim -be -${lookup {fred@test.again.dns} spf {HOSTIPV4}} -${lookup {fred@double.example.com} spf {8.8.8.8}} -${lookup {fred@doubleplus.example.com} spf {8.8.8.8}} -${lookup {fred@uppercase.example.com} 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}} +pass ${lookup {fred@uppercase.example.com} spf {HOSTIPV4}} **** diff --git a/test/stdout/4601 b/test/stdout/4601 index 9f69eb29c..de4df33ae 100644 --- a/test/stdout/4601 +++ b/test/stdout/4601 @@ -26,6 +26,8 @@ Connecting to 127.0.0.1 port 1224 ... connected <<< 250 Accepted >>> quit End of script -> permerror -> pass +> temperror temperror +> permerror permerror +> permerror permerror +> pass pass > |