From: Christian Roessner Date: Thu, 21 Dec 2017 13:17:26 +0000 (+0100) Subject: [Minor] Add missing tabs for X-Spam-Result header X-Git-Tag: 1.7.0~327^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1970%2Fhead;p=thirdparty%2Frspamd.git [Minor] Add missing tabs for X-Spam-Result header --- diff --git a/src/plugins/lua/milter_headers.lua b/src/plugins/lua/milter_headers.lua index bd2afe22cc..a0cca43d32 100644 --- a/src/plugins/lua/milter_headers.lua +++ b/src/plugins/lua/milter_headers.lua @@ -191,7 +191,7 @@ local function milter_headers(task) ' ', s.name, '(', string.format('%.2f', s.score), ')[', table.concat(s.options, ','), ']', })) end - add[settings.routines['x-spamd-result'].header] = table.concat(buf, '\n') + add[settings.routines['x-spamd-result'].header] = table.concat(buf, '\n\t') end routines['x-rspamd-queue-id'] = function()