diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-06-01 16:12:39 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-06-01 16:12:39 +0100 |
commit | 20beb1b7f83c423b060db88ff2619e5d85d25285 (patch) | |
tree | 6b5df58beabf53d1c8a5e6ad7ff7ffb3510e7440 /conf/modules.d | |
parent | 6643ba1ce08dfb96b498d4a809d6013c0648fe92 (diff) | |
download | rspamd-20beb1b7f83c423b060db88ff2619e5d85d25285.tar.gz rspamd-20beb1b7f83c423b060db88ff2619e5d85d25285.zip |
[Conf] Increase min_bytes to avoid FP
Diffstat (limited to 'conf/modules.d')
-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"; |