http://bugzilla.spamassassin.org/show_bug.cgi?id=3268
------- Additional Comments From [EMAIL PROTECTED] 2004-04-19 11:27 ------- I tried an initial eval rule, ignoring when the redirector was redirecting to a site in the same domain: 3.628 3.6472 0.4575 0.889 1.00 0.01 T_REDIRECTOR the main issue is that I have a bunch of Yahoo Groups mail which end up getting multiple URLs ala: http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=23765/*http://photos.yahoo.c then http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=23765/*http://photos.yahoo.com/ph/print_splash the latter one is fine (they're all yahoo.com), but the former one gets yahoo.com != yahoo.c, which then fails. I need to go through and find out where that yahoo.c parsing is happening (I'm fairly positive I know where). I can see why it does it though: <a href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=23765/*http://photos.yahoo.c om/ph/print_splash"> there's a hard newline in there, so part of the parsing sees it as EOL, and the HTML parsing successfully sees it in an href and takes the whole thing, including the newline -- which is why I added in code to strip the newlines out. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
