commit c361d4c: [Conf] Show autolearn sample

Vsevolod Stakhov vsevolod at highsecure.ru
Wed Jul 24 14:07:05 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-07-24 15:05:26 +0100
URL: https://github.com/rspamd/rspamd/commit/c361d4c3ec2dd6499bc6c4da4790376074d8779a (HEAD -> master)

[Conf] Show autolearn sample

---
 conf/statistic.conf | 8 ++++++++
 1 file changed, 8 insertions(+)

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"
 }


More information about the Commits mailing list