[Rspamd] Add local fuzzy worker

This commit is contained in:
André
2018-07-29 00:34:36 +02:00
parent ff463168d1
commit d8f86ae488
5 changed files with 88 additions and 2 deletions

View File

@@ -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: ";
}
}