]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix line length in DMARC reports
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 25 Mar 2019 21:53:57 +0000 (21:53 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 25 Mar 2019 21:53:57 +0000 (21:53 +0000)
Issue: #2820
Closes: #2820
src/plugins/lua/dmarc.lua

index eeaa53aee63433ecc79fb7a641a28a6df3244e28..a8de735670da9eaaa7b9f0bbbd6392d7cdcd88df 100644 (file)
@@ -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'