diff options
Diffstat (limited to 'conf/statistic.conf')
-rw-r--r-- | conf/statistic.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/statistic.conf b/conf/statistic.conf index 12abd89b0..3cc2bfcda 100644 --- a/conf/statistic.conf +++ b/conf/statistic.conf @@ -25,6 +25,6 @@ classifier { path = "${DBDIR}/bayes.spam.sqlite"; spam = true; } - .include(try=true; priority=1) "$CONFDIR/local.d/statistic.conf" - .include(try=true; priority=10) "$CONFDIR/override.d/statistic.conf" + .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/statistic.conf" + .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/statistic.conf" } |