double TXT v=spf1 include:_spf.google.com ~all
TXT v=spf1 +a +mx -all
+doubleplus TXT v=spf1 include:_spf.google.com ~all
+ TXT google-site-verification=q-4MSVLjluQIsBztu5jzJBxAcJXzNcHAk0jHTZEamB8
+ TXT v=spf1 +a +mx -all
+
uppercase TXT v=sPf1 +all
; Alias A record for the local host, under the name "server1"
#
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}}
****