From e9f072bc6206a91a1101e24d5c259031fe2c45c6 Mon Sep 17 00:00:00 2001 From: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:29:01 +0200 Subject: [PATCH] Update conf/statistic.conf Co-authored-by: Vsevolod Stakhov --- conf/statistic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/statistic.conf b/conf/statistic.conf index 6fa2c03c8c..36d418935e 100644 --- a/conf/statistic.conf +++ b/conf/statistic.conf @@ -19,7 +19,7 @@ # Module documentation: https://rspamd.com/doc/configuration/statistic.html classifier "bayes" { - # name = "bayes"; # 'name' parameter must be set if multiple classifiers are defined + # name = "custom"; # 'name' parameter must be set if multiple classifiers are defined tokenizer { name = "osb"; } -- 2.47.3