]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
OSB is a more proper name than "osb-text".
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 23 Feb 2015 15:56:47 +0000 (15:56 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 23 Feb 2015 15:56:47 +0000 (15:56 +0000)
src/libstat/stat_config.c

index 8b537f732802aeead8061bfff3d16f21b1864bc2..4be313e7b06ac4dbfb24efc48fab72d0ce9f8176 100644 (file)
@@ -42,6 +42,7 @@ static struct rspamd_stat_classifier stat_classifiers[] = {
 
 static struct rspamd_stat_tokenizer stat_tokenizers[] = {
        {"osb-text", rspamd_tokenizer_osb},
+       {"osb", rspamd_tokenizer_osb}
 };
 
 static struct rspamd_stat_backend stat_backends[] = {