SPF: support uppercase in v=spf1, permerror-on-multiple-RRs. Bug 2499
[exim.git] / test / scripts / 4600-SPF / 4601
index ab434611c962e52de987495434baf1dea9c440ec..6012cfdebd15b970fa7c78c564d32e507d0eedf2 100644 (file)
@@ -1,12 +1,5 @@
 # lookup string-expansion
 #
-# It is rather difficult to properly test spf.  We use libspf2 to do the work, and it
-# does the DNS lookups, so we cannot intercept them in the testsuite's usual fashion
-# to provide values for testcases.
-#
-# For now just check that what should be working syntax does not cause us to fall over.
-# Be careful with envelope-domains used for testcases, as real DNS lookups will be done.
-#
 exim -bd -DSERVER=server -oX PORT_D:PORT_S
 ****
 client 127.0.0.1 PORT_D
@@ -31,3 +24,9 @@ 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}}
+****