From 247eadbcd105eef4c9073f1ff92aec3ad0e83fa4 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 16 Sep 2025 16:26:07 +0100 Subject: [PATCH] Revert "[Minor] Use modern bayes configuration" This reverts commit 42ea8dfbdb742c1d94d36b97139a4229104fe08f. --- conf/statistic.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/statistic.conf b/conf/statistic.conf index 3ba460ff3c..36d418935e 100644 --- a/conf/statistic.conf +++ b/conf/statistic.conf @@ -35,11 +35,11 @@ classifier "bayes" { statfile { symbol = "BAYES_HAM"; - class = "ham"; + spam = false; } statfile { symbol = "BAYES_SPAM"; - class = "spam"; + spam = true; } learn_condition = 'return require("lua_bayes_learn").can_learn'; -- 2.47.3