commit 325dec8: [Minor] Adjust default

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Sep 28 10:56:06 UTC 2020


Author: Vsevolod Stakhov
Date: 2020-09-28 11:50:31 +0100
URL: https://github.com/rspamd/rspamd/commit/325dec8b6bd470dc81e50246f34c07b95c41e05e (HEAD -> master)

[Minor] Adjust default

---
 lualib/lua_fuzzy.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lualib/lua_fuzzy.lua b/lualib/lua_fuzzy.lua
index 0131ef8e2..683c57372 100644
--- a/lualib/lua_fuzzy.lua
+++ b/lualib/lua_fuzzy.lua
@@ -36,7 +36,7 @@ local policies = {
     min_bytes = 1024,
     min_height = 500,
     min_width = 500,
-    min_length = 32,
+    min_length = 64,
     text_multiplier = 4.0, -- divide min_bytes by 4 for texts
     mime_types = {"application/*"},
     scan_archives = true,


More information about the Commits mailing list