From 44e90dfa8316518d0fcba106c9fc083a56e15101 Mon Sep 17 00:00:00 2001 From: Wolfgang Breyha Date: Sat, 28 Dec 2019 17:14:42 +0000 Subject: SPF: fix handling mix of spf and other txt records. Bug 2499 --- test/scripts/4600-SPF/4601 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/scripts/4600-SPF') 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}} **** -- cgit v1.2.3