mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-23 10:10:34 +00:00
[Rspamd] Reduce fishy tld score
This commit is contained in:
parent
01fe856d05
commit
a5d569e0ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue