]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Reduce score MICROSOFT_SPAM 1953/head
authorAL <AlexeySa@users.noreply.github.com>
Sun, 10 Dec 2017 12:47:50 +0000 (15:47 +0300)
committerGitHub <noreply@github.com>
Sun, 10 Dec 2017 12:47:50 +0000 (15:47 +0300)
Many false positive

rules/regexp/upstream_spam_filters.lua

index f96d293d32ebcb0c27777160ff8311858164d309..fbb41db5d694d996ca949076b7630e24df7c835a 100644 (file)
@@ -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'
 }