From e1fadcc80b5f6a3d566224b0ed1a74d7a9dbc9ed Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 24 Jul 2019 15:03:29 +0100 Subject: [Feature] Improve autolearning --- conf/statistic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/statistic.conf') diff --git a/conf/statistic.conf b/conf/statistic.conf index 1e78c73cd..396564a23 100644 --- a/conf/statistic.conf +++ b/conf/statistic.conf @@ -41,7 +41,7 @@ classifier "bayes" { symbol = "BAYES_SPAM"; spam = true; } - learn_condition = "return require("lua_bayes_learn").can_learn" + learn_condition = 'return require("lua_bayes_learn").can_learn'; .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/classifier-bayes.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/classifier-bayes.conf" -- cgit v1.2.3