From b4367c0c90b7ee7a4db77c169becff7c958ba23f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 12 Nov 2015 18:47:05 +0000 Subject: Implement words decaying for text parts. --- src/lua/lua_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lua') diff --git a/src/lua/lua_util.c b/src/lua/lua_util.c index 48a07d9f2..f0c9369bf 100644 --- a/src/lua/lua_util.c +++ b/src/lua/lua_util.c @@ -456,8 +456,8 @@ lua_util_tokenize_text (lua_State *L) exceptions = g_list_reverse (exceptions); } - res = rspamd_tokenize_text ((gchar *)in, len, TRUE, 0, exceptions, compat, - check_sig); + res = rspamd_tokenize_text ((gchar *)in, len, TRUE, NULL, exceptions, compat, + NULL); if (res == NULL) { lua_pushnil (L); -- cgit v1.2.3