aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d/whitelist.conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-04-01 20:50:49 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-04-01 21:54:04 +0200
commit7e639ed1083c838d6d331493ab830a7e26f15c3b (patch)
tree5bbdfceaa6c8819b8c201f0dcbb8cd015ca01b42 /conf/modules.d/whitelist.conf
parent8c9972722e5c3934ae033c82de2fb6a2869f9988 (diff)
downloadrspamd-7e639ed1083c838d6d331493ab830a7e26f15c3b.tar.gz
rspamd-7e639ed1083c838d6d331493ab830a7e26f15c3b.zip
[Fix] Fix DMARC whitelist misconfiguration
Diffstat (limited to 'conf/modules.d/whitelist.conf')
-rw-r--r--conf/modules.d/whitelist.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/modules.d/whitelist.conf b/conf/modules.d/whitelist.conf
index 13013ff53..f1d1ab56a 100644
--- a/conf/modules.d/whitelist.conf
+++ b/conf/modules.d/whitelist.conf
@@ -39,7 +39,6 @@ whitelist {
description = "Mail comes from the whitelisted domain and has valid SPF and DKIM policies";
}
"WHITELIST_DMARC" = {
- valid_dkim = true;
valid_dmarc = true;
domains = "${CONFDIR}/dmarc_whitelist.inc";
score = -7.0;