[Rspamd] Reduce fishy tld score

master
andryyy 2019-08-28 14:26:01 +02:00
parent 01fe856d05
commit a5d569e0ca
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ FISHY_TLD {
filter = "email:domain";
map = "${LOCAL_CONFDIR}/custom/fishy_tlds.map";
regexp = true;
score = 1.0;
score = 0.2;
}
BAD_WORDS {