committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-11-09 13:16:22 +02:00
parent 9de7580e99
commit c21f582d5a
16 changed files with 138 additions and 14 deletions

View File

@@ -44,8 +44,9 @@ classifier "bayes" {
# Autolearn sample
# autolearn {
# spam_threshold = 6.0; # When to learn spam (score >= threshold)
# ham_threshold = -0.5; # When to learn ham (score <= threshold)
# spam_threshold = 6.0; # When to learn spam (score >= threshold and action is reject)
# junk_threshold = 4.0; # When to learn spam (score >= threshold and action is rewrite subject or add header, and has two or more positive results)
# ham_threshold = -0.5; # When to learn ham (score <= threshold and action is no action, and score is negative or has three or more negative results)
# check_balance = true; # Check spam and ham balance
# min_balance = 0.9; # Keep diff for spam/ham learns for at least this value
#}