diff options
Diffstat (limited to 'conf/modules.d/chartable.conf')
-rw-r--r-- | conf/modules.d/chartable.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/modules.d/chartable.conf b/conf/modules.d/chartable.conf index bf454f65a..0f4374fbb 100644 --- a/conf/modules.d/chartable.conf +++ b/conf/modules.d/chartable.conf @@ -1,5 +1,7 @@ chartable { - .include(try=true,priority=1) "${DBDIR}/dynamic/forged_recipients.conf" + .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"; -}
\ No newline at end of file +} |