]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Slashing: Change default stats backend to Redis
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 10 Jun 2019 11:35:21 +0000 (12:35 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 10 Jun 2019 11:35:21 +0000 (12:35 +0100)
conf/statistic.conf

index d9b9a1b722697b751581355f21209116ccb25b8a..d2b5b147ad552afc691307a38dfb8abebc43d9e2 100644 (file)
@@ -26,19 +26,20 @@ classifier "bayes" {
   cache {
     path = "${DBDIR}/learn_cache.sqlite";
   }
+  new_schema = true; # Always use new schema
+  store_tokens = false; # Redefine if storing of tokens is desired
+  signatures = false; # Store learn signatures
+  #per_user = true; # Enable per user classifier
   min_tokens = 11;
-  backend = "sqlite3";
-  languages_enabled = true;
+  backend = "redis";
   min_learns = 200;
 
   statfile {
     symbol = "BAYES_HAM";
-    path = "${DBDIR}/bayes.ham.sqlite";
     spam = false;
   }
   statfile {
     symbol = "BAYES_SPAM";
-    path = "${DBDIR}/bayes.spam.sqlite";
     spam = true;
   }
   learn_condition =<<EOD