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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b72876639e888b8dddbffbcb67c94fb5c0acb5c;p=thirdparty%2Frspamd.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 eeaa53aee6..a8de735670 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'