Testsuite: SPF testcase additions
[users/jgh/exim.git] / test / scripts / 4600-SPF / 4601
index 6012cfdebd15b970fa7c78c564d32e507d0eedf2..72ef10d3f67ab6b299af015175ea492864d6510a 100644 (file)
@@ -25,8 +25,13 @@ quit
 #
 killdaemon
 #
+# SERVFAIL -> temperror
 # A multiple spf-RR return should get permerror
+# - 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}}
 ****