From 250146dd53fec9b63952c99efcd0d0c6dc4d52e1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 25 Nov 2016 16:16:06 +0000 Subject: [Fix] Fix mid module with new maps syntax --- conf/modules.d/mid.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'conf') diff --git a/conf/modules.d/mid.conf b/conf/modules.d/mid.conf index 36639790a..db1a5dafb 100644 --- a/conf/modules.d/mid.conf +++ b/conf/modules.d/mid.conf @@ -14,10 +14,12 @@ # See https://rspamd.com/doc/tutorials/writing_rules.html for details mid = { - url = [ - "${CONFDIR}/mid.inc", - "$LOCAL_CONFDIR/local.d/mid.inc" - ]; + source = { + url = [ + "${CONFDIR}/mid.inc", + "$LOCAL_CONFDIR/local.d/mid.inc" + ]; + } .include(try=true,priority=5) "${DBDIR}/dynamic/mid.conf" .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/mid.conf" -- cgit v1.2.3