From: Steve Freegard Date: Tue, 29 Nov 2016 17:08:06 +0000 (+0000) Subject: 3rd time's a charm X-Git-Tag: 1.4.1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1205%2Fhead;p=thirdparty%2Frspamd.git 3rd time's a charm --- diff --git a/conf/modules.d/multimap.conf b/conf/modules.d/multimap.conf index bc8801604a..6f07c117e6 100644 --- a/conf/modules.d/multimap.conf +++ b/conf/modules.d/multimap.conf @@ -14,12 +14,7 @@ # See https://rspamd.com/doc/tutorials/writing_rules.html for details multimap { - .include(try=true,priority=5) "${DBDIR}/dynamic/multimap.conf" - .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/multimap.conf" - .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/multimap.conf" - # Freemail Addresses - freemail_envfrom { type = "from"; filter = "email:domain"; @@ -79,7 +74,6 @@ multimap { } # Disposable Addresses - disposable_envfrom { type = "from"; filter = "email:domain"; @@ -137,6 +131,10 @@ multimap { description = "Reply-To a disposable e-mail address"; score = 0.0; } + + .include(try=true,priority=5) "${DBDIR}/dynamic/multimap.conf" + .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/multimap.conf" + .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/multimap.conf" } /* Example setup