bw - fix typo in greylist lua

This commit is contained in:
florian 2024-02-04 18:18:35 +01:00
parent 37fe1975dc
commit aec665e92b
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -151,7 +151,7 @@ function greylist:access()
end
-- Return
self:set_metric("counters", "failed_greylist" .. data.id, 1)
self:set_metric("counters", "failed_greylist", 1)
return self:ret(true, "not in greylist", get_deny_status())
end