commit 3462370: fix variable name report_start

cgielen c.gielen at uvt.nl
Sun Sep 29 19:07:05 UTC 2019


Author: cgielen
Date: 2019-09-25 13:31:50 +0200
URL: https://github.com/rspamd/rspamd/commit/346237093162a81a9f9245d27c2ac79a6aa281e7 (refs/pull/3057/head)

fix variable name report_start

---
 src/plugins/lua/dmarc.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/lua/dmarc.lua b/src/plugins/lua/dmarc.lua
index b65d86ff8..f922f63d2 100644
--- a/src/plugins/lua/dmarc.lua
+++ b/src/plugins/lua/dmarc.lua
@@ -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 = {


More information about the Commits mailing list