At 00:29 19/04/2004, John Fawcett wrote:
This is an update from yesterday's post on urls which are not currently being parsed by sa in version 2.63
Further cases:
- msn redirection services g.msn.com
workaround for PerMsgStatus.pm $uri =~ s/^http://g.msn.com/[^*]+?http:(.*)$/http:$1/g;
- use of html escape sequences in the url
http://toform.net/mcp/879/1352/cap112.html To translate these into the equivalent ascii characters, I have used HTML::entities rather than reinvent the wheel
workaround for PerMsgStatus.pm use HTML::Entities; $uri = HTML::Entities::decode($uri);
[snip]
Hi John,
Can you do a unified diff (instead of the kind you did) of your latest changes ? Also do you know if there is much difference between SpamCopURI 0.09 and 0.10 in the area you have changed ? (I'm using the latter)
Regards, Simon