]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] DMARC reporting: remove stray character
authorAndrew Lewis <nerf@judo.za.org>
Sun, 14 May 2017 18:40:44 +0000 (20:40 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Sun, 14 May 2017 18:41:23 +0000 (20:41 +0200)
src/plugins/lua/dmarc.lua

index e266146535e1ed433475a8a08e6c7b1d6159241c..8d804f7256f8d62b35aaf468320d47199049ebce 100644 (file)
@@ -684,7 +684,7 @@ if opts['reporting'] == true then
           if (data.spf_result ~= '' and data.spf_domain ~= '') then
             table.insert(buf, table.concat({
               '<spf><domain>', data.spf_domain, '</domain><result>',
-              data.spf_result, '</result>t</spf>',
+              data.spf_result, '</result></spf>',
             }))
           end
           table.insert(buf, '</auth_results>')