From: Vsevolod Stakhov Date: Tue, 24 Nov 2015 13:48:58 +0000 (+0000) Subject: Reduce the default limit X-Git-Tag: 1.1.0~493 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dde5ef47920195cd394f6b682ac2655df810c920;p=thirdparty%2Frspamd.git Reduce the default limit --- diff --git a/conf/modules.d/fuzzy_check.conf b/conf/modules.d/fuzzy_check.conf index 10490d152f..e3c839cf50 100644 --- a/conf/modules.d/fuzzy_check.conf +++ b/conf/modules.d/fuzzy_check.conf @@ -1,7 +1,7 @@ fuzzy_check { # Include dynamic conf for the rule .include(try=true,priority=1) "${DBDIR}/dynamic/fuzzy_check.conf" - min_bytes = 300; + min_bytes = 100; rule { servers = "rspamd.com:11335"; encryption_key = "icy63itbhhni8bq15ntp5n5symuixf73s1kpjh6skaq4e7nx5fiy"; @@ -25,4 +25,4 @@ fuzzy_check { } } } -} \ No newline at end of file +}