[Web, Rspamd] Add bad language map, add map to mailcow UI
This commit is contained in:
1
data/conf/rspamd/custom/bad_languages.map
Normal file
1
data/conf/rspamd/custom/bad_languages.map
Normal file
@@ -0,0 +1 @@
|
||||
# Regex! /de/ will also match /de_at/ etc.
|
@@ -127,3 +127,12 @@ BAD_WORDS_DE {
|
||||
regexp = true;
|
||||
score = 0.1;
|
||||
}
|
||||
|
||||
BAD_LANG {
|
||||
type = 'selector';
|
||||
selector = 'languages';
|
||||
map = "${LOCAL_CONFDIR}/custom/bad_languages.map";
|
||||
symbols_set = ["LANG_FILTER"];
|
||||
regexp = true;
|
||||
score = 5.0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user