From 5c0ff08acfcf4c26d3abfe9bf89bf8861a4cd4c2 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 19 Apr 2018 11:30:18 +0100 Subject: [PATCH] [Conf] Make more sane fuzzy_check default settings --- conf/modules.d/fuzzy_check.conf | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.39.5