Squashed commit of the following:
commit
156df41662dc1ceef7af7b958d04564ce2759a04
Author: allewi <allewi@cisco.com>
Date: Thu Feb 13 09:47:31 2020 -0500
lua: fix typo in default smtp's alt_max_command_line_len
default_smtp =
{
-- params not specified here get internal defaults
- alt_max_command_line_len = default_smtp_alt_max_command_lines,
+ alt_max_command_line_len = smtp_default_alt_max_command_lines,
auth_cmds = smtp_default_auth_cmds,
binary_data_cmds = smtp_default_binary_data_cmds,
data_cmds = smtp_default_data_cmds,