mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-22 10:47:16 +00:00
[Rspamd] Less aggressive bayes
This commit is contained in:
@@ -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: ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user