SA Bugzilla – Bug 2251
OBFUSCATING_COMMENT stricter than Outlook's comment parsing
Last modified: 2003-08-21 15:32:41 UTC
Outlook (and most other things) thinks a comment is anything starting with <! rather than <!-- etc so <!s945gdfdaftif0cb39><a href="http://www.viagr1adomainsmarketg.biz/optout.php">Click Here to Opt Out<! 1pggcccc9cb8></a> slips on by. 20_meta_tests.cf:rawbody __OBFUSCATING_COMMENT /[^\s>]<!--.{0,64}?-->[^\s<]/ becomes 20_meta_tests.cf:rawbody __OBFUSCATING_COMMENT /[^\s>]<!.{0,64}?.>[^\s<]/
Just wanted to point out that this case is covered by my patch in bug #2211. It doesn't count it as a comment (since according to the HTML spec, it isn't) but rather as a "bad tag". -- Brian
This is already fixed in 2.60 tree, thanks for the report!