diff options
-rw-r--r-- | lualib/lua_auth_results.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |