[Rspamd] Deactivate neural but use a more aggressive learning method (no autolearn)

This commit is contained in:
André
2018-07-29 23:03:49 +02:00
parent 3b2a3d36b9
commit 59c4cc054e
3 changed files with 6 additions and 13 deletions

View File

@@ -3,12 +3,9 @@ symbols = {
weight = 2.0;
}
"LOCAL_FUZZY_DENIED" {
weight = 12.0;
}
"LOCAL_FUZZY_PROB" {
weight = 5.0;
weight = 10.0;
}
"LOCAL_FUZZY_WHITE" {
weight = -3.0;
weight = -3.4;
}
}