Skip to content

Commit 6d9d4c5

Browse files
author
Marius Burkard
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 504cfcf commit 6d9d4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/conf/rspamd_classifier-bayes.conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ servers = "<tmpl_var name='rspamd_redis_bayes_servers'>";
66
password = "<tmpl_var name='rspamd_redis_bayes_password'>";
77
</tmpl_if>
88
autolearn {
9-
spam_threshold = 9.0; # When to learn spam (score >= threshold)
10-
ham_threshold = -1.5; # When to learn ham (score <= threshold)
9+
spam_threshold = 6.0;
10+
ham_threshold = -0.5; # When to learn ham (score <= threshold)
1111
check_balance = true; # Check spam and ham balance
1212
min_balance = 0.9; # Keep diff for spam/ham learns for at least this value
1313
}

0 commit comments

Comments
 (0)