http://bugzilla.spamassassin.org/show_bug.cgi?id=3427





------- Additional Comments From [EMAIL PROTECTED]  2004-09-28 16:06 -------
Subject: Re:  [review] get_uri_list generates excess uris from this message

On Tue, Sep 28, 2004 at 06:57:15PM -0400, Theo Van Dinter wrote:
> Per my previous comments, I think 2381 fixes most of this, but it also strips
> out the valid schemeless URLs (#anchor).  I'd like to see the:
> 
> if ($nuri !~ /^[a-z0-9_-]+:/i) {    # no scheme?
>   $nuri = "http://".$nuri;          # assume HTTP, as a web browser would
> [...]

I was a little incorrect here, btw.  2381 leaves the schemeless urls, it just
leaves them raw due to the "next;" call.  If the rest of that section of code
was run through, the schemeless url could be slightly cooked and have
encodings dealt with.

I'm on the fence wrt whether or not the raw one should be it, or whether it
should also be slightly cooked.





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to