]> source.dussan.org Git - rspamd.git/commitdiff
3rd time's a charm 1205/head
authorSteve Freegard <steve@stevefreegard.com>
Tue, 29 Nov 2016 17:08:06 +0000 (17:08 +0000)
committerSteve Freegard <steve@stevefreegard.com>
Tue, 29 Nov 2016 17:08:06 +0000 (17:08 +0000)
conf/modules.d/multimap.conf

index bc8801604a3dc9db38b3c6deb1ec88cbc7c4c835..6f07c117e68208c3e9d02a29f6de8d9c8c2532a0 100644 (file)
 # 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