]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Adjust default
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 28 Sep 2020 10:50:31 +0000 (11:50 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 28 Sep 2020 10:50:31 +0000 (11:50 +0100)
lualib/lua_fuzzy.lua

index 0131ef8e275143da419c9bd6d21c18219163c9d8..683c573728ec36012c8b6b8b22e0aa7382de49d6 100644 (file)
@@ -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,