]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Increase default bayes score
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 9 Oct 2018 11:11:10 +0000 (12:11 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 9 Oct 2018 11:11:10 +0000 (12:11 +0100)
conf/scores.d/statistics_group.conf

index 0d257d4bdfe4041e5f85b51bd775efead00a14a1..d6cee8eb56f1153a1b489b3feb3222225bef8d89 100644 (file)
@@ -17,7 +17,7 @@
 
 symbols = {
     "BAYES_SPAM" {
-        weight = 4.0;
+        weight = 5.1;
         description = "Message probably spam, probability: ";
     }
     "BAYES_HAM" {