[SURBL-Discuss] update on unparsed url types
Simon Byrnand
simon at igrin.co.nz
Tue Apr 20 12:28:22 CEST 2004
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:
>
>6. msn redirection services g.msn.com
>
>workaround for PerMsgStatus.pm
> $uri =~ s/^http:\/\/g.msn.com\/[^\*]+\?http\:(.*)$/http\:$1/g;
>
>7. 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
More information about the Discuss
mailing list