[Rspamd] Reduce fishy tld score
parent
01fe856d05
commit
a5d569e0ca
|
@ -109,7 +109,7 @@ FISHY_TLD {
|
||||||
filter = "email:domain";
|
filter = "email:domain";
|
||||||
map = "${LOCAL_CONFDIR}/custom/fishy_tlds.map";
|
map = "${LOCAL_CONFDIR}/custom/fishy_tlds.map";
|
||||||
regexp = true;
|
regexp = true;
|
||||||
score = 1.0;
|
score = 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
BAD_WORDS {
|
BAD_WORDS {
|
||||||
|
|
Loading…
Reference in New Issue