# 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";
}
# Disposable Addresses
-
disposable_envfrom {
type = "from";
filter = "email:domain";
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