Browse Source

Merge pull request #5079 from dragoangel/patch-7

Add name in statistic.conf
pull/5086/head
Vsevolod Stakhov 1 year ago
committed by GitHub
parent
commit
9395e3c037
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      conf/statistic.conf

1
conf/statistic.conf

@ -19,6 +19,7 @@
# Module documentation: https://rspamd.com/doc/configuration/statistic.html
classifier "bayes" {
# name = "custom"; # 'name' parameter must be set if multiple classifiers are defined
tokenizer {
name = "osb";
}

Loading…
Cancel
Save