Browse Source

[Rspamd] Less aggressive bayes

andryyy 6 years ago
parent
commit
9c347e36fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data/conf/rspamd/local.d/statistics_group.conf

+ 2 - 2
data/conf/rspamd/local.d/statistics_group.conf

@@ -1,10 +1,10 @@
 symbols = {
     "BAYES_SPAM" {
-        weight = 8.5;
+        weight = 2.5;
         description = "Message probably spam, probability: ";
     }
     "BAYES_HAM" {
-        weight = -12.5;
+        weight = -10.5;
         description = "Message probably ham, probability: ";
     }
 }