diff options
author | Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> | 2024-07-29 14:19:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-29 14:19:59 +0200 |
commit | 64e0860e3e9ff51c0518fc376c8c6cc6b664cd96 (patch) | |
tree | 25d9501608dd318c69630f412c925255ceec2230 /conf/statistic.conf | |
parent | 5a2dedd00eb68a5d4c7acda93fd3cc4f3bb2d358 (diff) | |
download | rspamd-64e0860e3e9ff51c0518fc376c8c6cc6b664cd96.tar.gz rspamd-64e0860e3e9ff51c0518fc376c8c6cc6b664cd96.zip |
Update statistic.conf
Diffstat (limited to 'conf/statistic.conf')
-rw-r--r-- | conf/statistic.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/statistic.conf b/conf/statistic.conf index 0ba8302e8..c55506d02 100644 --- a/conf/statistic.conf +++ b/conf/statistic.conf @@ -19,6 +19,8 @@ # Module documentation: https://rspamd.com/doc/configuration/statistic.html classifier "bayes" { + # name must be set if multiply classifiers presented + # name = "bayes"; tokenizer { name = "osb"; } |