[Rspamd] Important fix for fishy maps

This commit is contained in:
andryyy
2019-08-28 15:04:53 +02:00
parent 1414e9df00
commit 6e82a35929
3 changed files with 86 additions and 76 deletions

View File

@@ -117,5 +117,5 @@ BAD_WORDS {
filter = "text";
map = "${LOCAL_CONFDIR}/custom/bad_words.map";
regexp = true;
score = 0.7;
score = 0.1;
}