From: Vsevolod Stakhov Date: Tue, 12 Jul 2016 08:38:00 +0000 (+0100) Subject: [Fix] Fix the default symbol names according to metric X-Git-Tag: 1.3.0~112 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e0df57890839c75c05dcc8bb1692a03b4d37823c;p=rspamd.git [Fix] Fix the default symbol names according to metric --- diff --git a/src/plugins/chartable.c b/src/plugins/chartable.c index b182f1f80..83c897366 100644 --- a/src/plugins/chartable.c +++ b/src/plugins/chartable.c @@ -26,8 +26,8 @@ #include "libmime/message.h" #include "rspamd.h" -#define DEFAULT_SYMBOL "R_CHARSET_MIXED" -#define DEFAULT_URL_SYMBOL "R_CHARSET_MIXED_URL" +#define DEFAULT_SYMBOL "R_MIXED_CHARSET" +#define DEFAULT_URL_SYMBOL "R_MIXED_CHARSET_URL" #define DEFAULT_THRESHOLD 0.1 #define msg_err_chartable(...) rspamd_default_log_function (G_LOG_LEVEL_CRITICAL, \