Browse Source

[Minor] Dmarc_report: Fix return type

pull/3845/head
Vsevolod Stakhov 4 years ago
parent
commit
b53bf46280
  1. 2
      lualib/rspamadm/dmarc_report.lua

2
lualib/rspamadm/dmarc_report.lua

@ -491,7 +491,7 @@ local function prepare_report(opts, start_time, rep_key)
{'DEL', rep_key})
end
logger.messagex('Cannot process reports for domain %s; invalid dmarc record', reporting_domain)
return 0
return nil
end
-- Get all reports for a domain

Loading…
Cancel
Save