Browse Source

[Minor] Reduce score MICROSOFT_SPAM

Many false positive
tags/1.7.0
AL 6 years ago
parent
commit
7f27d2c602
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      rules/regexp/upstream_spam_filters.lua

+ 1
- 1
rules/regexp/upstream_spam_filters.lua View 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'
}

Loading…
Cancel
Save