Browse Source

[Minor] Lower CTYPE_MIXED_BOGUS score

tags/1.5.6
Vsevolod Stakhov 7 years ago
parent
commit
0a614370e1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      rules/headers_checks.lua

+ 1
- 1
rules/headers_checks.lua View File

@@ -915,6 +915,6 @@ rspamd_config.CTYPE_MIXED_BOGUS = {
return false
end,
description = 'multipart/mixed with less than 3 total parts',
score = 2.0,
score = 0.1,
group = 'headers'
}

Loading…
Cancel
Save