From: Vsevolod Stakhov Date: Thu, 19 Apr 2018 10:30:18 +0000 (+0100) Subject: [Conf] Make more sane fuzzy_check default settings X-Git-Tag: 1.7.4~72 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5c0ff08acfcf4c26d3abfe9bf89bf8861a4cd4c2;p=rspamd.git [Conf] Make more sane fuzzy_check default settings --- diff --git a/conf/modules.d/fuzzy_check.conf b/conf/modules.d/fuzzy_check.conf index bee9785d8..4dc7b2994 100644 --- a/conf/modules.d/fuzzy_check.conf +++ b/conf/modules.d/fuzzy_check.conf @@ -15,6 +15,8 @@ fuzzy_check { min_bytes = 1k; # Since small parts and small attachments causes too many FP + timeout = 2s; + retransmits = 1; rule "rspamd.com" { algorithm = "mumhash"; servers = "fuzzy.rspamd.com:11335";