From: AL Date: Sun, 10 Dec 2017 12:47:50 +0000 (+0300) Subject: [Minor] Reduce score MICROSOFT_SPAM X-Git-Tag: 1.7.0~335^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1953%2Fhead;p=thirdparty%2Frspamd.git [Minor] Reduce score MICROSOFT_SPAM Many false positive --- diff --git a/rules/regexp/upstream_spam_filters.lua b/rules/regexp/upstream_spam_filters.lua index f96d293d32..fbb41db5d6 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' }