[Rspamd] Less aggressive bayes

master
andryyy 2019-06-16 17:34:58 +02:00
parent c7a85fc520
commit 9c347e36fc
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
symbols = { symbols = {
"BAYES_SPAM" { "BAYES_SPAM" {
weight = 8.5; weight = 2.5;
description = "Message probably spam, probability: "; description = "Message probably spam, probability: ";
} }
"BAYES_HAM" { "BAYES_HAM" {
weight = -12.5; weight = -10.5;
description = "Message probably ham, probability: "; description = "Message probably ham, probability: ";
} }
} }