Browse Source

Tune default settings.

tags/0.6.2
Vsevolod Stakhov 10 years ago
parent
commit
4123f20760
2 changed files with 6 additions and 4 deletions
  1. 5
    4
      conf/modules.conf
  2. 1
    0
      conf/options.conf

+ 5
- 4
conf/modules.conf View File

@@ -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
}
}

+ 1
- 0
conf/options.conf View File

@@ -11,4 +11,5 @@ options {
map_watch_interval = 1min;
dynamic_conf = "$DBDIR/rspamd_dynamic";
history_file = "$DBDIR/rspamd.history";
one_shot = true;
}

Loading…
Cancel
Save