From: Vsevolod Stakhov Date: Sat, 1 Dec 2018 09:25:54 +0000 (+0000) Subject: [Minor] Fix misprint X-Git-Tag: 1.8.3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc492a06089eb5568c6a1ef0feec3d2e3a8053d;p=thirdparty%2Frspamd.git [Minor] Fix misprint --- diff --git a/lualib/lua_auth_results.lua b/lualib/lua_auth_results.lua index 9b72dc5ab4..dc9360a99a 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