From: Vsevolod Stakhov Date: Wed, 18 Oct 2017 06:42:37 +0000 (+0100) Subject: [Fix] Do not ignore short words X-Git-Tag: 1.7.0~542 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1336182634fe880411c081b3002272575c239435;p=rspamd.git [Fix] Do not ignore short words MFH: rspamd-1.6 --- diff --git a/src/libserver/cfg_utils.c b/src/libserver/cfg_utils.c index fdfb6b512..8b8d5f4b9 100644 --- a/src/libserver/cfg_utils.c +++ b/src/libserver/cfg_utils.c @@ -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)