From 0f35d1be45d9117c477b85462ff996dbfc24911a 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 2633d32f8..25bf14ce7 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.39.5