diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-24 13:48:58 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-24 13:48:58 +0000 |
commit | dde5ef47920195cd394f6b682ac2655df810c920 (patch) | |
tree | 933375ebb617e16713c31d4f942797f28c43db99 /conf/modules.d | |
parent | 90c81188fcddb424e3ff876cbcbfe166e17a16ba (diff) | |
download | rspamd-dde5ef47920195cd394f6b682ac2655df810c920.tar.gz rspamd-dde5ef47920195cd394f6b682ac2655df810c920.zip |
Reduce the default limit
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/fuzzy_check.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |