]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Another path fix
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 28 Feb 2018 14:31:03 +0000 (14:31 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 28 Feb 2018 14:31:03 +0000 (14:31 +0000)
lualib/rspamadm/configwizard.lua

index 31c78a6685bf355829994a4c2d98710e107a9b69..24a0dbfc5032f978d39444f2231248abbf016904 100644 (file)
@@ -288,7 +288,7 @@ local function setup_dkim_signing(cfg, changes)
     }
   until not ask_yes_no("Do you wish to add another DKIM domain?")
 
-  changes.l.dkim_signing = {domain = domains}
+  changes.l['dkim_signing.conf'] = {domain = domains}
 end
 
 local function check_redis_classifier(cls, changes)