[Rspamd] meta_exporter: return false if not matched

[Compose] Update Dovecot image
master
andryyy 2019-05-01 22:50:38 +02:00
parent 1bb9cd4c9a
commit 28c8c53a6e
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ return function(task)
if ratelimited then if ratelimited then
return true return true
end end
return return false
end end
EOD; EOD;
} }

View File

@ -169,7 +169,7 @@ services:
- sogo - sogo
dovecot-mailcow: dovecot-mailcow:
image: mailcow/dovecot:1.68 image: mailcow/dovecot:1.69
build: ./data/Dockerfiles/dovecot build: ./data/Dockerfiles/dovecot
cap_add: cap_add:
- NET_BIND_SERVICE - NET_BIND_SERVICE