[Rspamd] Bad word update and score change

This commit is contained in:
andryyy
2019-08-30 19:30:38 +02:00
parent 569296dcdc
commit 9c714b34a4
2 changed files with 45 additions and 42 deletions

View File

@@ -26,8 +26,7 @@ OLEFY_MACRO {
score = 20.0;
policy = "remove_weight";
}
BAD_WORD_BAD_TLD {
expression = "FISHY_TLD & BAD_WORDS"
score = 20.0;
score = 10.0;
}