[Rspamd] Increase score for BAD_REP_POLICIES

This commit is contained in:
andryyy
2019-11-15 23:51:48 +01:00
parent e439d52ff2
commit d67e4e83c9

View File

@@ -30,3 +30,7 @@ group "MX" {
symbol "CTYPE_MIXED_BOGUS" {
score = 0.0;
}
symbol "BAD_REP_POLICIES" {
score = 2.5;
}