[Rspamd] Remove explict redis servers from statistic, add a name

master
André 2018-05-16 21:25:55 +02:00
parent a8d9b4359e
commit d167ade957
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ classifier "bayes" {
}
backend = "redis";
servers = "redis:6379";
name = "per_domain_bayes";
min_tokens = 11;
min_learns = 20;
autolearn = [-20, 50];