mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-21 18:27:12 +00:00
[Rspamd] Add local fuzzy worker
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
symbols = {
|
||||
"BAYES_SPAM" {
|
||||
weight = 7.5;
|
||||
weight = 8.5;
|
||||
description = "Message probably spam, probability: ";
|
||||
}
|
||||
"BAYES_HAM" {
|
||||
weight = -2.5;
|
||||
weight = -12.5;
|
||||
description = "Message probably ham, probability: ";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user