From 6cc492a06089eb5568c6a1ef0feec3d2e3a8053d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 1 Dec 2018 09:25:54 +0000 Subject: [PATCH] [Minor] Fix misprint --- lualib/lua_auth_results.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib/lua_auth_results.lua b/lualib/lua_auth_results.lua index 9b72dc5ab..dc9360a99 100644 --- a/lualib/lua_auth_results.lua +++ b/lualib/lua_auth_results.lua @@ -164,7 +164,7 @@ local function gen_auth_results(task, settings) smtp_from[1]['addr'] ~= '' and smtp_from[1]['addr'] ~= nil then sender = smtp_from[1]['addr'] - sender_type = 'smtp.mailfrom=' + sender_type = 'smtp.mailfrom' else local helo = task:get_helo() if helo then -- 2.39.5