aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-10-09 12:11:10 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-10-09 12:11:10 +0100
commit7f04293f0b78bd177a16cb06d2004e9e7803259e (patch)
tree9aea1addd4369f715554c33296083b6176e9318d
parentf1a4121eca2230cfe364808a92e3b4d909a183b4 (diff)
downloadrspamd-7f04293f0b78bd177a16cb06d2004e9e7803259e.tar.gz
rspamd-7f04293f0b78bd177a16cb06d2004e9e7803259e.zip
[Conf] Increase default bayes score
-rw-r--r--conf/scores.d/statistics_group.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/scores.d/statistics_group.conf b/conf/scores.d/statistics_group.conf
index 0d257d4bd..d6cee8eb5 100644
--- a/conf/scores.d/statistics_group.conf
+++ b/conf/scores.d/statistics_group.conf
@@ -17,7 +17,7 @@
symbols = {
"BAYES_SPAM" {
- weight = 4.0;
+ weight = 5.1;
description = "Message probably spam, probability: ";
}
"BAYES_HAM" {