1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-04 04:29:17 +00:00

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

This commit is contained in:
André
2018-05-16 21:25:55 +02:00
parent a8d9b4359e
commit d167ade957

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];