Browse Source

Missing bayes config added

merge-requests/1/merge
Christoph Haas 6 years ago
parent
commit
498f68c90e
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      ansible/roles/ispmail-rspamd/files/classifier-bayes.conf

+ 5
- 0
ansible/roles/ispmail-rspamd/files/classifier-bayes.conf View File

@@ -0,0 +1,5 @@
classifier "bayes" {
users_enabled = true;
backend = "redis";
autolearn = true;
}

Loading…
Cancel
Save