From: Vsevolod Stakhov Date: Thu, 1 Jun 2017 15:12:39 +0000 (+0100) Subject: [Conf] Increase min_bytes to avoid FP X-Git-Tag: 1.6.0~82 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=20beb1b7f83c423b060db88ff2619e5d85d25285;p=rspamd.git [Conf] Increase min_bytes to avoid FP --- 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";