From: Alexander Moisseev Date: Mon, 13 Jun 2016 09:11:23 +0000 (+0300) Subject: [Minor] Add includes for `classifier "bayes"` X-Git-Tag: 1.3.0~326^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F659%2Fhead;p=thirdparty%2Frspamd.git [Minor] Add includes for `classifier "bayes"` to avoid redefining everything in the classifier configuration. --- diff --git a/conf/statistic.conf b/conf/statistic.conf index f5359f2b00..2b64b7e848 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"