From dde5ef47920195cd394f6b682ac2655df810c920 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 24 Nov 2015 13:48:58 +0000 Subject: Reduce the default limit --- conf/modules.d/fuzzy_check.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/modules.d') diff --git a/conf/modules.d/fuzzy_check.conf b/conf/modules.d/fuzzy_check.conf index 10490d152..e3c839cf5 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 +} -- cgit v1.2.3