mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-06-22 06:20:44 +00:00
[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