[Rspamd] Split bad words into multiple files per language
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user