git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Transports: explicit errno values in returns
[users/jgh/exim.git]
/
test
/
scripts
/
4650-DMARC
/
4650
diff --git
a/test/scripts/4650-DMARC/4650
b/test/scripts/4650-DMARC/4650
index 85d9e51cc930304b34248ea57799c3bf1a3a3f2a..5526a8bbe8f1d1b85ceea3136ea51f547e6ec2da 100644
(file)
--- a/
test/scripts/4650-DMARC/4650
+++ b/
test/scripts/4650-DMARC/4650
@@
-1,11
+1,10
@@
# acl variables and authresults
#
# acl variables and authresults
#
-# SPF is a problem. 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.
# 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.
+#
+# SPF and DMARC lookups in DNS are diverted into the testsuite fakedns handling.
+# Be careful with envelope-domains used for testcases, as real DNS lookups will be done
+# for names not provided for in fakedns.
#
exim -bd -DSERVER=server -oX PORT_D
****
#
exim -bd -DSERVER=server -oX PORT_D
****