From: Vsevolod Stakhov Date: Wed, 18 Oct 2017 06:42:37 +0000 (+0100) Subject: [Fix] Do not ignore short words X-Git-Tag: 1.6.5~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2af4b2bd15367c8ad11f43852019a0d212f7937;p=thirdparty%2Frspamd.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 346fb4d4a2..91f40e882d 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)