소스 검색

[Minor] Reduce score MICROSOFT_SPAM

Many false positive
tags/1.7.0
AL 6 년 전
부모
커밋
7f27d2c602
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      rules/regexp/upstream_spam_filters.lua

+ 1
- 1
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'
}

Loading…
취소
저장