diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-01 09:25:54 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-01 09:25:54 +0000 |
commit | 6cc492a06089eb5568c6a1ef0feec3d2e3a8053d (patch) | |
tree | 804ec417caf9d9f51befaf9fd09c70bd766b440a /lualib | |
parent | 6a3a3335cd4cc9637323332ffbc498236d414995 (diff) | |
download | rspamd-6cc492a06089eb5568c6a1ef0feec3d2e3a8053d.tar.gz rspamd-6cc492a06089eb5568c6a1ef0feec3d2e3a8053d.zip |
[Minor] Fix misprint
Diffstat (limited to 'lualib')
-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 |