Skip to content

Commit

Permalink
fix variable name report_start
Browse files Browse the repository at this point in the history
  • Loading branch information
cgielen committed Sep 27, 2019
1 parent bdcbf7a commit 3462370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lua/dmarc.lua
Expand Up @@ -942,7 +942,7 @@ if opts['reporting'] == true then
report_id = report_id,
report_date = rspamd_util.time_to_string(rspamd_util.get_time()),
message_id = rspamd_util.random_hex(12) .. '@rspamd',
start = report_start,
report_start = report_start,
report_end = report_end
}, true)
local message = {
Expand Down

0 comments on commit 3462370

Please sign in to comment.