mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 04:23:24 +02:00
[Rspamd] Added multimap config for bad_words_de.map
This commit is contained in:
parent
005ed2cadc
commit
3ca014ee79
@ -119,3 +119,11 @@ BAD_WORDS {
|
|||||||
regexp = true;
|
regexp = true;
|
||||||
score = 0.1;
|
score = 0.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BAD_WORDS_DE {
|
||||||
|
type = "content";
|
||||||
|
filter = "text";
|
||||||
|
map = "${LOCAL_CONFDIR}/custom/bad_words_de.map";
|
||||||
|
regexp = true;
|
||||||
|
score = 0.1;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user