Browse Source

[Minor] Fix syntax error

tags/1.7.4
Vsevolod Stakhov 6 years ago
parent
commit
497376cd6c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lualib/lua_auth_results.lua

+ 1
- 1
lualib/lua_auth_results.lua View File

@@ -180,7 +180,7 @@ local function gen_auth_results(task, settings)
table.insert(hdr,'smtp.mailfrom=' .. smtp_from[1]['addr'])
end

table.insert(hdr_parts, table.concat(hdr,' ')
table.insert(hdr_parts, table.concat(hdr,' '))
end

if #hdr_parts > 0 then

Loading…
Cancel
Save