From: Vsevolod Stakhov Date: Mon, 25 Mar 2019 21:53:57 +0000 (+0000) Subject: [Minor] Fix line length in DMARC reports X-Git-Tag: 1.9.1~47 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b72876639e888b8dddbffbcb67c94fb5c0acb5c;p=rspamd.git [Minor] Fix line length in DMARC reports Issue: #2820 Closes: #2820 --- diff --git a/src/plugins/lua/dmarc.lua b/src/plugins/lua/dmarc.lua index eeaa53aee..a8de73567 100644 --- a/src/plugins/lua/dmarc.lua +++ b/src/plugins/lua/dmarc.lua @@ -901,7 +901,7 @@ if opts['reporting'] == true then table.concat( {xmlf('header'), xmlf('entries'), - xmlf('footer')})), 78) + xmlf('footer')})), 73) local function mail_cb(err, data, conn) local function no_error(merr, mdata, wantcode) wantcode = wantcode or '2'