Explorar el Código

[Rspamd] Increase bulk header score

andryyy hace 5 años
padre
commit
d883bb246b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
   }
 }