[Rspamd] Filter 'em bad words from 'em bad tlds

This commit is contained in:
andryyy
2019-08-28 13:03:15 +02:00
parent 549465e929
commit 23ae0c3cc1
4 changed files with 115 additions and 0 deletions

View File

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