]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add missing tabs for X-Spam-Result header 1970/head
authorChristian Roessner <c@roessner-network-solutions.com>
Thu, 21 Dec 2017 13:17:26 +0000 (14:17 +0100)
committerChristian Roessner <c@roessner-network-solutions.com>
Thu, 21 Dec 2017 13:17:26 +0000 (14:17 +0100)
src/plugins/lua/milter_headers.lua

index bd2afe22cc44df7163512f37bcd7469ae108325a..a0cca43d32742866910306790f6a21444074f95b 100644 (file)
@@ -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()