]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Reduce the default limit
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 24 Nov 2015 13:48:58 +0000 (13:48 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 24 Nov 2015 13:48:58 +0000 (13:48 +0000)
conf/modules.d/fuzzy_check.conf

index 10490d152f31fb4b30da89a926237565af4d3e4f..e3c839cf50091397ee645a75a4c392eae6199814 100644 (file)
@@ -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
+}