Browse Source

[Fix] Do not ignore short words

MFH: rspamd-1.6
tags/1.7.0
Vsevolod Stakhov 6 years ago
parent
commit
1336182634
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libserver/cfg_utils.c

+ 1
- 1
src/libserver/cfg_utils.c View File

@@ -37,7 +37,7 @@
#define DEFAULT_RLIMIT_MAXCORE 0
#define DEFAULT_MAP_TIMEOUT 60.0 * 5
#define DEFAULT_MAP_FILE_WATCH_MULTIPLIER 1
#define DEFAULT_MIN_WORD 4
#define DEFAULT_MIN_WORD 0
#define DEFAULT_MAX_WORD 40
#define DEFAULT_WORDS_DECAY 200
#define DEFAULT_MAX_MESSAGE (50 * 1024 * 1024)

Loading…
Cancel
Save