]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Disable workaround for html parser
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 8 Mar 2016 10:41:11 +0000 (10:41 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 8 Mar 2016 10:41:11 +0000 (10:41 +0000)
src/libserver/html.c

index e994e584ba14decf36d2959dab3b5c3fc70d3275..9c2551fe098f01797db010defc858511d5540bfe 100644 (file)
@@ -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);