From d9688f961e01c72aa591dbd84d81881889f42c0a Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Mon, 13 Jun 2016 12:11:23 +0300 Subject: [PATCH] [Minor] Add includes for `classifier "bayes"` to avoid redefining everything in the classifier configuration. --- conf/statistic.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/statistic.conf b/conf/statistic.conf index f5359f2b0..2b64b7e84 100644 --- a/conf/statistic.conf +++ b/conf/statistic.conf @@ -68,6 +68,9 @@ return function(task, is_spam, is_unlearn) return true end EOD + + .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/classifier-bayes.conf" + .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/classifier-bayes.conf" } .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/statistic.conf" -- 2.39.5