diff options
-rw-r--r-- | conf/modules.d/fuzzy_check.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |