diff options
Diffstat (limited to 'conf/modules.d/chartable.conf')
-rw-r--r-- | conf/modules.d/chartable.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/modules.d/chartable.conf b/conf/modules.d/chartable.conf index ad08eaf48..8112147f0 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 { - 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" + 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" } |