diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-10-09 12:11:10 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-10-09 12:11:10 +0100 |
commit | 7f04293f0b78bd177a16cb06d2004e9e7803259e (patch) | |
tree | 9aea1addd4369f715554c33296083b6176e9318d | |
parent | f1a4121eca2230cfe364808a92e3b4d909a183b4 (diff) | |
download | rspamd-7f04293f0b78bd177a16cb06d2004e9e7803259e.tar.gz rspamd-7f04293f0b78bd177a16cb06d2004e9e7803259e.zip |
[Conf] Increase default bayes score
-rw-r--r-- | conf/scores.d/statistics_group.conf | 2 |
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" { |