From: Vsevolod Stakhov Date: Tue, 8 Mar 2016 10:41:11 +0000 (+0000) Subject: [Minor] Disable workaround for html parser X-Git-Tag: 1.2.0~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b2bbe4342ee57895b47146ef51ecb0c7303cd44;p=thirdparty%2Frspamd.git [Minor] Disable workaround for html parser --- diff --git a/src/libserver/html.c b/src/libserver/html.c index e994e584ba..9c2551fe09 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);