From 0e130050a652ee2eec2932ce10d8d0feb41ef0d2 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Sun, 14 May 2017 20:40:44 +0200 Subject: [PATCH] [Minor] DMARC reporting: remove stray character --- 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 e26614653..8d804f725 100644 --- a/src/plugins/lua/dmarc.lua +++ b/src/plugins/lua/dmarc.lua @@ -684,7 +684,7 @@ if opts['reporting'] == true then if (data.spf_result ~= '' and data.spf_domain ~= '') then table.insert(buf, table.concat({ '', data.spf_domain, '', - data.spf_result, 't', + data.spf_result, '', })) end table.insert(buf, '') -- 2.39.5