From: Vsevolod Stakhov Date: Wed, 24 Jul 2019 14:05:26 +0000 (+0100) Subject: [Conf] Show autolearn sample X-Git-Tag: 2.0~497 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c361d4c3ec2dd6499bc6c4da4790376074d8779a;p=rspamd.git [Conf] Show autolearn sample --- diff --git a/conf/statistic.conf b/conf/statistic.conf index 396564a23..0d76cd399 100644 --- a/conf/statistic.conf +++ b/conf/statistic.conf @@ -43,6 +43,14 @@ classifier "bayes" { } learn_condition = 'return require("lua_bayes_learn").can_learn'; + # Autolearn sample + # autolearn { + # spam_threshold = 6.0; # When to learn spam (score >= threshold) + # ham_threshold = -0.5; # When to learn ham (score <= threshold) + # check_balance = true; # Check spam and ham balance + # min_balance = 0.9; # Keep diff for spam/ham learns for at least this value + #} + .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/classifier-bayes.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/classifier-bayes.conf" }