]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Sigh, pet luacheck
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 11 Mar 2019 16:05:15 +0000 (16:05 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 11 Mar 2019 16:05:15 +0000 (16:05 +0000)
lualib/rspamadm/configwizard.lua

index 5949dceb4b41888221767d5cd2beef07797838f5..49e429dfb85b5d410413a560a6897f494a6a5517 100644 (file)
@@ -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'}