diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-19 14:23:11 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-19 14:23:11 +0100 |
commit | 4f6bbb37e87d83d62840a53763d1273f9737a601 (patch) | |
tree | a8275915d97b58f730874ae95aa407cdd19788d3 /test/scripts/4650-DMARC | |
parent | d81d33cfe0fbf91fc8f87f8ed9cb92e60f23212c (diff) |
Testsuite: DNS lookup notes
Diffstat (limited to 'test/scripts/4650-DMARC')
-rw-r--r-- | test/scripts/4650-DMARC/4650 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/test/scripts/4650-DMARC/4650 b/test/scripts/4650-DMARC/4650 index 85d9e51cc..5526a8bbe 100644 --- a/test/scripts/4650-DMARC/4650 +++ b/test/scripts/4650-DMARC/4650 @@ -1,11 +1,10 @@ # 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. -# 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 **** |