From 9b2bbe4342ee57895b47146ef51ecb0c7303cd44 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 8 Mar 2016 10:41:11 +0000 Subject: [PATCH] [Minor] Disable workaround for html parser --- src/libserver/html.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/libserver/html.c b/src/libserver/html.c index e994e584b..9c2551fe0 100644 --- a/src/libserver/html.c +++ b/src/libserver/html.c @@ -760,14 +760,7 @@ rspamd_html_process_tag (rspamd_mempool_t *pool, struct html_content *hc, parent = (*cur_level)->data; if (parent && (parent->flags & FL_IGNORE)) { - /* Propagate ignore flag */ - /* - * XXX: disable propagation for now as we are missing some spam - * URLs - */ -#if 0 tag->flags |= FL_IGNORE; -#endif } g_node_append (*cur_level, nnode); -- 2.39.5