From 589e5b9aaed61040fbadfc807014911d8fc2af37 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 2 Jun 2017 10:11:03 +0100 Subject: [PATCH] [Fix] Change default text multiplier from 0.5 to 2.0 --- src/plugins/fuzzy_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 75f4091b8..453923633 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -944,7 +944,7 @@ fuzzy_check_module_config (struct rspamd_config *cfg) fuzzy_module_ctx->text_multiplier = ucl_object_todouble (value); } else { - fuzzy_module_ctx->text_multiplier = 0.5; + fuzzy_module_ctx->text_multiplier = 2.0; } if ((value = -- 2.39.5