From 9c347e36fc3abaa083faa7f44c0936469c4b01b6 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sun, 16 Jun 2019 17:34:58 +0200 Subject: [PATCH] [Rspamd] Less aggressive bayes --- data/conf/rspamd/local.d/statistics_group.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/conf/rspamd/local.d/statistics_group.conf b/data/conf/rspamd/local.d/statistics_group.conf index 160c65fa..49c952bd 100644 --- a/data/conf/rspamd/local.d/statistics_group.conf +++ b/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: "; } }