[Rspamd] Added multimap config for bad_words_de.map

master
ntimo 2019-09-16 18:18:56 +02:00
parent 005ed2cadc
commit 3ca014ee79
No known key found for this signature in database
GPG Key ID: 3AF3627FB0440D55
1 changed files with 8 additions and 0 deletions

View File

@ -119,3 +119,11 @@ BAD_WORDS {
regexp = true;
score = 0.1;
}
BAD_WORDS_DE {
type = "content";
filter = "text";
map = "${LOCAL_CONFDIR}/custom/bad_words_de.map";
regexp = true;
score = 0.1;
}