[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