aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_util.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-11-26 16:58:25 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-11-26 16:58:25 +0000
commit5e9cd04af5b9314defdf5bdc6b014b7cfefa896e (patch)
tree91623cd594c61de361227cdfe386329fed3b18eb /src/lua/lua_util.c
parent2dcb09b6eae0b21d4da68f9323be4cbfeb2b4237 (diff)
downloadrspamd-5e9cd04af5b9314defdf5bdc6b014b7cfefa896e.tar.gz
rspamd-5e9cd04af5b9314defdf5bdc6b014b7cfefa896e.zip
[Project] Use URLs TLDs instead of !!EX!! in stat tokens
Diffstat (limited to 'src/lua/lua_util.c')
-rw-r--r--src/lua/lua_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_util.c b/src/lua/lua_util.c
index a064bce5b..377e08f70 100644
--- a/src/lua/lua_util.c
+++ b/src/lua/lua_util.c
@@ -1120,7 +1120,7 @@ lua_util_tokenize_text (lua_State *L)
ex = g_malloc0 (sizeof (*ex));
ex->pos = pos;
ex->len = ex_len;
- ex->type = RSPAMD_EXCEPTION_URL;
+ ex->type = RSPAMD_EXCEPTION_GENERIC;
exceptions = g_list_prepend (exceptions, ex);
}
}