commit e7f6446: Update statistic.conf

GitHub noreply at github.com
Mon Jul 29 17:59:57 UTC 2024


Author: Dmitriy Alekseev
Date: 2024-07-29 15:01:44 +0200
URL: https://github.com/rspamd/rspamd/commit/e7f64465f39e0cc4113f3f45831c44880648aa6d

Update statistic.conf

---
 conf/statistic.conf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/conf/statistic.conf b/conf/statistic.conf
index c55506d02..6fa2c03c8 100644
--- a/conf/statistic.conf
+++ b/conf/statistic.conf
@@ -19,8 +19,7 @@
 # Module documentation: https://rspamd.com/doc/configuration/statistic.html
 
 classifier "bayes" {
-  # name must be set if multiply classifiers presented
-  # name = "bayes";
+  # name = "bayes";  # 'name' parameter must be set if multiple classifiers are defined
   tokenizer {
     name = "osb";
   }


More information about the Commits mailing list