[Rspamd] Rate .doc with +10, decrease default bayes ham score

This commit is contained in:
andryyy
2019-12-20 15:44:58 +01:00
parent a8a1e779d9
commit 5a0df09361
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ symbols = {
description = "Message probably spam, probability: ";
}
"BAYES_HAM" {
weight = -10.5;
weight = -5.5;
description = "Message probably ham, probability: ";
}
}