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

table.insert(hdr,'smtp.mailfrom=' .. smtp_from[1]['addr']) table.insert(hdr,'smtp.mailfrom=' .. smtp_from[1]['addr'])
end end


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


if #hdr_parts > 0 then if #hdr_parts > 0 then

Loading…
Cancel
Save