aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorAL <AlexeySa@users.noreply.github.com>2017-12-10 15:47:50 +0300
committerGitHub <noreply@github.com>2017-12-10 15:47:50 +0300
commit7f27d2c6028ff37e48650f30f054013ecce253f8 (patch)
tree2636bd84d700f1bac6d19137aa833e140dcf3b65 /rules
parente29268da5a75e63a9dc2efbabfc9f461e3ee42b2 (diff)
downloadrspamd-7f27d2c6028ff37e48650f30f054013ecce253f8.tar.gz
rspamd-7f27d2c6028ff37e48650f30f054013ecce253f8.zip
[Minor] Reduce score MICROSOFT_SPAM
Many false positive
Diffstat (limited to 'rules')
-rw-r--r--rules/regexp/upstream_spam_filters.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/regexp/upstream_spam_filters.lua b/rules/regexp/upstream_spam_filters.lua
index f96d293d3..fbb41db5d 100644
--- a/rules/regexp/upstream_spam_filters.lua
+++ b/rules/regexp/upstream_spam_filters.lua
@@ -28,7 +28,7 @@ reconf['PRECEDENCE_BULK'] = {
reconf['MICROSOFT_SPAM'] = {
-- https://technet.microsoft.com/en-us/library/dn205071(v=exchg.150).aspx
re = 'X-Forefront-Antispam-Report=/SFV:SPM/H',
- score = 10,
+ score = 4,
description = "Microsoft says the message is spam",
group = 'upstream_spam_filters'
}