]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Increase min_bytes to avoid FP
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 1 Jun 2017 15:12:39 +0000 (16:12 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 1 Jun 2017 15:12:39 +0000 (16:12 +0100)
conf/modules.d/fuzzy_check.conf

index 73094ca887ffad4de221a43b4063b9db15a43884..366078e5c4de7e8035082e901ace3e8188a05188 100644 (file)
@@ -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";