From eb5ee40e6242b54aaaf49c6f91157d7b554fd143 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 1 Jun 2017 16:12:39 +0100 Subject: [PATCH] [Conf] Increase min_bytes to avoid FP --- conf/modules.d/fuzzy_check.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/modules.d/fuzzy_check.conf b/conf/modules.d/fuzzy_check.conf index 73094ca88..366078e5c 100644 --- a/conf/modules.d/fuzzy_check.conf +++ b/conf/modules.d/fuzzy_check.conf @@ -14,7 +14,7 @@ # See https://rspamd.com/doc/tutorials/writing_rules.html for details fuzzy_check { - min_bytes = 100; + min_bytes = 1k; # Since small parts and small attachments causes too many FP rule "rspamd.com" { algorithm = "mumhash"; servers = "rspamd.com:11335"; -- 2.39.5