[Rspamd] meta_exporter: return false if not matched
[Compose] Update Dovecot imagemaster
parent
1bb9cd4c9a
commit
28c8c53a6e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue