From: Andrew Lewis Date: Sun, 14 May 2017 18:40:44 +0000 (+0200) Subject: [Minor] DMARC reporting: remove stray character X-Git-Tag: 1.6.0~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e130050a652ee2eec2932ce10d8d0feb41ef0d2;p=thirdparty%2Frspamd.git [Minor] DMARC reporting: remove stray character --- diff --git a/src/plugins/lua/dmarc.lua b/src/plugins/lua/dmarc.lua index e266146535..8d804f7256 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, '')