diff options
Diffstat (limited to 'src/libstat/classifiers/classifiers.h')
-rw-r--r-- | src/libstat/classifiers/classifiers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstat/classifiers/classifiers.h b/src/libstat/classifiers/classifiers.h index 52b9a89f7..86395c96d 100644 --- a/src/libstat/classifiers/classifiers.h +++ b/src/libstat/classifiers/classifiers.h @@ -4,6 +4,7 @@ #include "config.h" #include "mem_pool.h" +#define RSPAMD_DEFAULT_CLASSIFIER "bayes" /* Consider this value as 0 */ #define ALPHA 0.0001 |