rspamd/conf/statistic.conf
Vsevolod Stakhov c9e996fd5b Fix debian spec.
Submitted by: fatalbanana
2013-11-30 22:07:11 +00:00

20 lines
373 B
Plaintext

# Rspamd statistic setup
classifier {
type = "bayes";
tokenizer = "osb-text";
metric = "default";
min_tokens = 10;
max_tokens = 1000;
statfile {
symbol = "BAYES_HAM";
size = 50Mb;
path = "$DBDIR/bayes.ham";
}
statfile {
symbol = "BAYES_SPAM";
size = 50Mb;
path = "$DBDIR/bayes.spam";
}
}