diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-15 17:44:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 17:44:12 +0100 |
commit | b12eb3ce16171dc18742d1f4f2b1f61a3f32bf96 (patch) | |
tree | 634f6466677139ae53aaf42c7f83a9383fc134d2 | |
parent | 7eaa7f626fa06baec26818c31d736c690a36b32a (diff) | |
parent | d9688f961e01c72aa591dbd84d81881889f42c0a (diff) | |
download | rspamd-b12eb3ce16171dc18742d1f4f2b1f61a3f32bf96.tar.gz rspamd-b12eb3ce16171dc18742d1f4f2b1f61a3f32bf96.zip |
Merge pull request #659 from moisseev/patch-1
[Minor] Add includes for `classifier "bayes"`
-rw-r--r-- | conf/statistic.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" |