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