You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/02/26 20:20:52 UTC

[Bug 3092] URI Rules don't recognize addresses unless http is in all lower-case letters

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





------- Additional Comments From felicity@kluge.net  2004-02-26 11:20 -------
I tried reproducing this with:

http://www.foo.biz/

and hitting the BIZ_TLD rule.  works fine.

hTtP://www.foo.biz/

works fine too.  I then tried with the examples given and reproduced the issue, even after simplifying 
the RE: /\b(?:12wmeds|fdfdt5)\.com/i

In 3.0, everything works fine.  From what I can tell, the uriRE match in 2.6x is case sensitive, but in 3.0 
it's a new set of code which does it case insensitively.



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