From 933201cdbaafd3cd311d0c1772b747997b9b972a Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Tue, 26 Sep 2017 16:48:43 +0200 Subject: [PATCH] [Minor] Insert Authentication-Results at top of headers --- src/plugins/lua/milter_headers.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3