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

master
andryyy 2019-12-20 15:44:58 +01:00
parent a8a1e779d9
commit 5a0df09361
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ bad_extensions = {
ace = 4,
arj = 4,
cab = 3,
doc = 10,
};
# Extensions that are particularly penalized for archives

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