[Rspamd] Reduce fishy tld score

[Compose] Update Dovecot image
master
andryyy 2019-08-28 14:37:04 +02:00
parent a5d569e0ca
commit 1414e9df00
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 2 additions and 2 deletions

View File

@ -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 = 0.2; score = 0.1;
} }
BAD_WORDS { BAD_WORDS {

View File

@ -174,7 +174,7 @@ services:
- sogo - sogo
dovecot-mailcow: dovecot-mailcow:
image: mailcow/dovecot:1.86 image: mailcow/dovecot:1.88
build: ./data/Dockerfiles/dovecot build: ./data/Dockerfiles/dovecot
cap_add: cap_add:
- NET_BIND_SERVICE - NET_BIND_SERVICE