Browse Source

[Rspamd] Increase bulk header score

andryyy 5 years ago
parent
commit
d883bb246b
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

@@ -10,7 +10,7 @@ symbols {
     score = 2.0;
   }
   "BULK_HEADER" {
-    score = 3.5;
+    score = 4.0;
   }
 }