diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-11 16:05:15 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-11 16:05:15 +0000 |
commit | f4db183374b9681333895e7173f9a8fda2b569d5 (patch) | |
tree | 1626e554b1095739b12414d292effa7cd13254fb /lualib/rspamadm | |
parent | 4f14063dcffe203b68d1456c28b11d33acb6326d (diff) | |
download | rspamd-f4db183374b9681333895e7173f9a8fda2b569d5.tar.gz rspamd-f4db183374b9681333895e7173f9a8fda2b569d5.zip |
[Minor] Sigh, pet luacheck
Diffstat (limited to 'lualib/rspamadm')
-rw-r--r-- | lualib/rspamadm/configwizard.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/rspamadm/configwizard.lua b/lualib/rspamadm/configwizard.lua index 5949dceb4..49e429dfb 100644 --- a/lualib/rspamadm/configwizard.lua +++ b/lualib/rspamadm/configwizard.lua @@ -279,7 +279,7 @@ local function setup_dkim_signing(cfg, changes) local allow_mismatch local auth_only local use_esld - local sign_domain + local sign_domain = 'pet luacheck' local defined_auth_types = {'header', 'envelope', 'auth', 'recipient'} |