From 9b6f22973406b80df6fa464db99cb473bd0f9b96 Mon Sep 17 00:00:00 2001 From: Andrey Igoshin Date: Wed, 2 May 2018 13:41:02 +0300 Subject: [PATCH] [Fix] Fix AuthservId --- lualib/lua_auth_results.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lualib/lua_auth_results.lua b/lualib/lua_auth_results.lua index 7c7d3505d..3f604d760 100644 --- a/lualib/lua_auth_results.lua +++ b/lualib/lua_auth_results.lua @@ -78,8 +78,10 @@ local function gen_auth_results(task, settings) symbols = {} } - - if local_hostname then + local mta_hostname = task:get_request_header('MTA-Tag') + if mta_hostname then + table.insert(hdr_parts, tostring(mta_hostname)) + else table.insert(hdr_parts, local_hostname) end -- 2.39.5