We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504cfcf commit 6d9d4c5Copy full SHA for 6d9d4c5
server/conf/rspamd_classifier-bayes.conf.master
@@ -6,8 +6,8 @@ servers = "<tmpl_var name='rspamd_redis_bayes_servers'>";
6
password = "<tmpl_var name='rspamd_redis_bayes_password'>";
7
</tmpl_if>
8
autolearn {
9
- spam_threshold = 9.0; # When to learn spam (score >= threshold)
10
- ham_threshold = -1.5; # When to learn ham (score <= threshold)
+ spam_threshold = 6.0;
+ ham_threshold = -0.5; # When to learn ham (score <= threshold)
11
check_balance = true; # Check spam and ham balance
12
min_balance = 0.9; # Keep diff for spam/ham learns for at least this value
13
}
0 commit comments