aboutsummaryrefslogtreecommitdiffstats
path: root/lualib
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-01 09:25:54 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-01 09:25:54 +0000
commit6cc492a06089eb5568c6a1ef0feec3d2e3a8053d (patch)
tree804ec417caf9d9f51befaf9fd09c70bd766b440a /lualib
parent6a3a3335cd4cc9637323332ffbc498236d414995 (diff)
downloadrspamd-6cc492a06089eb5568c6a1ef0feec3d2e3a8053d.tar.gz
rspamd-6cc492a06089eb5568c6a1ef0feec3d2e3a8053d.zip
[Minor] Fix misprint
Diffstat (limited to 'lualib')
-rw-r--r--lualib/lua_auth_results.lua2
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