diff options
Diffstat (limited to 'src/libserver/html.c')
-rw-r--r-- | src/libserver/html.c | 7 |
1 files changed, 0 insertions, 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); |