diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-24 15:03:29 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-24 15:03:29 +0100 |
commit | e1fadcc80b5f6a3d566224b0ed1a74d7a9dbc9ed (patch) | |
tree | 718bee26b22d6582e63a7bffc8d50104b866c131 /conf/statistic.conf | |
parent | 701a711049ee01373bc3862cc441fc3065c8dbc2 (diff) | |
download | rspamd-e1fadcc80b5f6a3d566224b0ed1a74d7a9dbc9ed.tar.gz rspamd-e1fadcc80b5f6a3d566224b0ed1a74d7a9dbc9ed.zip |
[Feature] Improve autolearning
Diffstat (limited to 'conf/statistic.conf')
-rw-r--r-- | conf/statistic.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |