[Rspamd] meta_exporter: return false if not matched

[Compose] Update Dovecot image
This commit is contained in:
andryyy
2019-05-01 22:50:38 +02:00
parent 1bb9cd4c9a
commit 28c8c53a6e
2 changed files with 2 additions and 2 deletions

View File

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