diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2019-09-03 20:50:07 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2019-09-03 20:50:07 +0300 |
commit | cf5e77768bac5942eb26b015e6d10a1c96021af9 (patch) | |
tree | 9efcf614a969078fef688a126856728bf1dbbe22 /test/functional/configs | |
parent | df38d4c53c3509e1e725eaeb610d012e5e14a4be (diff) | |
download | rspamd-cf5e77768bac5942eb26b015e6d10a1c96021af9.tar.gz rspamd-cf5e77768bac5942eb26b015e6d10a1c96021af9.zip |
[Test] WHITELIST_SPF_DKIM
Diffstat (limited to 'test/functional/configs')
-rw-r--r-- | test/functional/configs/whitelist.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/functional/configs/whitelist.conf b/test/functional/configs/whitelist.conf index 7769f5cd4..29df415ab 100644 --- a/test/functional/configs/whitelist.conf +++ b/test/functional/configs/whitelist.conf @@ -36,6 +36,17 @@ whitelist { inverse_symbol = "BLACKLIST_SPF"; } + "WHITELIST_SPF_DKIM" = { + valid_spf = true; + valid_dkim = true; + domains = [ + "${TESTDIR}/configs/maps/domains.list" + ]; + score = -3.0; + description = "Mail comes from the whitelisted domain and has a valid SPF policy and valid DKIM signature"; + } + + "WHITELIST_DMARC_DKIM" = { valid_dmarc = true; valid_dkim = true; |