aboutsummaryrefslogtreecommitdiffstats
path: root/conf/statistic.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/statistic.conf')
-rw-r--r--conf/statistic.conf4
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"
}