X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fscripts%2F4600-SPF%2F4601;h=5e6602ab02926087b407a81cdf508ebb4b16cb20;hb=b5695709aa5d65a2b6825eef3bf3ed556c66220d;hp=6012cfdebd15b970fa7c78c564d32e507d0eedf2;hpb=4533e306fc21e0dc3cce32db0e2bfa146a5dd78c;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/scripts/4600-SPF/4601 b/test/scripts/4600-SPF/4601 index 6012cfdeb..5e6602ab0 100644 --- a/test/scripts/4600-SPF/4601 +++ b/test/scripts/4600-SPF/4601 @@ -25,8 +25,13 @@ quit # killdaemon # -# A multiple spf-RR return should get permerror +# +# exim -be -${lookup {fred@double.example.com} spf {8.8.8.8}} -${lookup {fred@uppercase.example.com} spf {HOSTIPV4}} +eDNS_NOMATCH none ${lookup {fred@v6.test.ex} spf {HOSTIPV4}} +eDNS_AGAIN temperror ${lookup {fred@test.again.dns} spf {HOSTIPV4}} +multiple rr permerror ${lookup {fred@double.example.com} spf {8.8.8.8}} +multi + non-spf permerror ${lookup {fred@doubleplus.example.com} spf {8.8.8.8}} +uppercase in v= pass ${lookup {fred@uppercase.example.com} spf {HOSTIPV4}} +only non-spf txt none ${lookup {fred@test.ex} spf {HOSTIPV4}} ****