[Rspamd] Increase spam symbol weight

This commit is contained in:
andryyy
2021-02-11 09:32:47 +01:00
parent 0d1ea05ae2
commit 29bcd94b7c

View File

@@ -1,6 +1,6 @@
symbols = {
"BAYES_SPAM" {
weight = 2.5;
weight = 4.5;
description = "Message probably spam, probability: ";
}
"BAYES_HAM" {