[Rspamd] Split bad words into multiple files per language

This commit is contained in:
ntimo
2019-09-15 11:16:30 +02:00
parent 800c2f244e
commit 005ed2cadc
3 changed files with 23 additions and 21 deletions

View File

@@ -27,6 +27,6 @@ OLEFY_MACRO {
policy = "remove_weight";
}
BAD_WORD_BAD_TLD {
expression = "FISHY_TLD & BAD_WORDS"
expression = "FISHY_TLD & ( BAD_WORDS | BAD_WORDS_DE )"
score = 10.0;
}