From: Andrew Lewis Date: Tue, 26 Sep 2017 14:48:43 +0000 (+0200) Subject: [Minor] Insert Authentication-Results at top of headers X-Git-Tag: 1.6.6~3^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933201cdbaafd3cd311d0c1772b747997b9b972a;p=thirdparty%2Frspamd.git [Minor] Insert Authentication-Results at top of headers --- diff --git a/src/plugins/lua/milter_headers.lua b/src/plugins/lua/milter_headers.lua index 0bf3a5bcf9..ee7777d11e 100644 --- a/src/plugins/lua/milter_headers.lua +++ b/src/plugins/lua/milter_headers.lua @@ -357,7 +357,10 @@ local function milter_headers(task) settings.routines['authentication-results']) if res then - add[settings.routines['authentication-results'].header] = res + add[settings.routines['authentication-results'].header] = { + value = res, + order = 0 + } end end