From c5956e2dce02f6089d1fb7c8415f5eb785928daf Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 27 Jan 2018 16:03:13 +0000 Subject: [PATCH] [Minor] Further adjustments of coefficients --- src/libmime/lang_detection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libmime/lang_detection.c b/src/libmime/lang_detection.c index 52a62f014..4c1f55d31 100644 --- a/src/libmime/lang_detection.c +++ b/src/libmime/lang_detection.c @@ -972,7 +972,7 @@ struct rspamd_frequency_sort_cbdata { gdouble mean; }; -static const gdouble tier1_adjustment = 0.6; +static const gdouble tier1_adjustment = 0.8; static const gdouble frequency_adjustment = 0.4; static gint -- 2.39.5