]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix misprint
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 11 Mar 2019 16:10:47 +0000 (16:10 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 11 Mar 2019 16:10:47 +0000 (16:10 +0000)
lualib/rspamadm/configwizard.lua

index 49e429dfb85b5d410413a560a6897f494a6a5517..5afd5ae04ee029d8252de3a81ad82897c425a7fd 100644 (file)
@@ -303,7 +303,7 @@ local function setup_dkim_signing(cfg, changes)
   else
     if sign_type == '1' then
       sign_domain = 'header'
-    elseif sign_domain == '2' then
+    elseif sign_type == '2' then
       sign_domain = 'envelope'
     else
       sign_domain = 'auth'