Browse Source

[Rspamd] Added multimap config for bad_words_de.map

ntimo 6 years ago
parent
commit
3ca014ee79
1 changed files with 8 additions and 0 deletions
  1. 8 0
      data/conf/rspamd/local.d/multimap.conf

+ 8 - 0
data/conf/rspamd/local.d/multimap.conf

@@ -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;
+}