diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-16 18:08:18 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-16 18:08:18 +0100 |
commit | 6cde6876a5af7bc9ef1670a9dc7cea00c993d3db (patch) | |
tree | d9bc7cdc3b79c91283209cec549f62a4217c908b /conf/modules.d | |
parent | 87cdd1fa3ac9a7e989195ec224c9a69840ff994d (diff) | |
download | rspamd-6cde6876a5af7bc9ef1670a9dc7cea00c993d3db.tar.gz rspamd-6cde6876a5af7bc9ef1670a9dc7cea00c993d3db.zip |
Adjust scores for whitelists slightly.
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/whitelist.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/modules.d/whitelist.conf b/conf/modules.d/whitelist.conf index 191960e85..e9961292c 100644 --- a/conf/modules.d/whitelist.conf +++ b/conf/modules.d/whitelist.conf @@ -12,12 +12,13 @@ whitelist { valid_dkim = true; domains = "${CONFDIR}/dkim_whitelist.inc"; description = "Mail comes from the whitelisted domain and has a valid DKIM signature"; + score = -1.0 } "WHITELIST_SPF_DKIM" = { valid_spf = true; valid_dkim = true; domains = "${CONFDIR}/spf_dkim_whitelist.inc"; - score = -6.0; + score = -3.0; description = "Mail comes from the whitelisted domain and has valid SPF and DKIM policies"; } "WHITELIST_DMARC" = { |