diff options
Diffstat (limited to 'conf/modules.d/chartable.conf')
-rw-r--r-- | conf/modules.d/chartable.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/modules.d/chartable.conf b/conf/modules.d/chartable.conf index 24f4811d0..ad08eaf48 100644 --- a/conf/modules.d/chartable.conf +++ b/conf/modules.d/chartable.conf @@ -14,9 +14,9 @@ # See https://rspamd.com/doc/tutorials/writing_rules.html for details chartable { - .include(try=true,priority=5) "${DBDIR}/dynamic/chartable.conf" - .include(try=true,priority=1) "$LOCAL_CONFDIR/local.d/chartable.conf" - .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/chartable.conf" threshold = 0.300000; symbol = "R_MIXED_CHARSET"; + .include(try=true,priority=5) "${DBDIR}/dynamic/chartable.conf" + .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/chartable.conf" + .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/chartable.conf" } |