From: Vsevolod Stakhov Date: Fri, 2 Apr 2021 12:48:15 +0000 (+0100) Subject: [Minor] DMARC: Fix table nesting X-Git-Tag: 3.0~530 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=432b714a952fea7f60fc1218960172b95169257f;p=thirdparty%2Frspamd.git [Minor] DMARC: Fix table nesting --- diff --git a/src/plugins/lua/dmarc.lua b/src/plugins/lua/dmarc.lua index 8ecf51ec77..3936f840d2 100644 --- a/src/plugins/lua/dmarc.lua +++ b/src/plugins/lua/dmarc.lua @@ -1577,9 +1577,7 @@ if opts.munging then local add_hdrs = { ['From'] = { order = 1, value = hdr_encoded }, } - local remove_hdrs = { - {['From'] = 0}, - } + local remove_hdrs = {['From'] = 0} local nreply = from.addr if munging_opts.reply_goes_to_list then