diff options
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/fuzzy_check.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |