diff options
author | Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> | 2024-07-29 19:29:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-29 19:29:01 +0200 |
commit | e9f072bc6206a91a1101e24d5c259031fe2c45c6 (patch) | |
tree | 2ea12efa6e97039bdf5e6dd18a18973f45f9aa35 /conf/statistic.conf | |
parent | e7f64465f39e0cc4113f3f45831c44880648aa6d (diff) | |
download | rspamd-e9f072bc6206a91a1101e24d5c259031fe2c45c6.tar.gz rspamd-e9f072bc6206a91a1101e24d5c259031fe2c45c6.zip |
Update conf/statistic.conf
Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
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 6fa2c03c8..36d418935 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"; } |