Browse Source

[Rspamd] Slightly reduce BAD REP POL score

andryyy 5 years ago
parent
commit
f38be3a8b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/conf/rspamd/local.d/groups.conf

+ 1 - 1
data/conf/rspamd/local.d/groups.conf

@@ -7,7 +7,7 @@ symbols {
     score = 0.0;
     score = 0.0;
   }
   }
   "BAD_REP_POLICIES" {
   "BAD_REP_POLICIES" {
-    score = 2.5;
+    score = 2.0;
   }
   }
   "BULK_HEADER" {
   "BULK_HEADER" {
     score = 3.5;
     score = 3.5;