From: Vsevolod Stakhov Date: Thu, 5 Dec 2013 15:57:04 +0000 (+0000) Subject: Tune default settings. X-Git-Tag: 0.6.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4123f20760911c152ed8ba45a5163448fefb3f4c;p=thirdparty%2Frspamd.git Tune default settings. --- diff --git a/conf/modules.conf b/conf/modules.conf index b007ae8b54..c1b588950e 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -5,19 +5,20 @@ fuzzy_check { servers = "highsecure.ru:11335"; symbol = "FUZZY_UNKNOWN"; mime_types = "application/pdf"; - max_score = 10.0; + max_score = 20.0; read_only = yes; + skip_unknown = yes; fuzzy_map = { FUZZY_DENIED { - max_score = 10.0; + max_score = 20.0; flag = 1 } FUZZY_PROB { - max_score = 5.0; + max_score = 10.0; flag = 2 } FUZZY_WHITE { - max_score = 5.0; + max_score = 2.0; flag = 3 } } diff --git a/conf/options.conf b/conf/options.conf index 841372ec23..80b58e4014 100644 --- a/conf/options.conf +++ b/conf/options.conf @@ -11,4 +11,5 @@ options { map_watch_interval = 1min; dynamic_conf = "$DBDIR/rspamd_dynamic"; history_file = "$DBDIR/rspamd.history"; + one_shot = true; }