http://bugzilla.spamassassin.org/show_bug.cgi?id=3308
------- Additional Comments From [EMAIL PROTECTED] 2004-04-27 10:50 ------- 'after your fix, get_uri_list returns the original uri with the http:/whatever as well as the fixed uri http://whatever. Is this appropiate ? Passing http:/whatever to uri_to_domain will return http: This would cause issues with URIDNSBL.pm' This is definitely not a bug, and it *is* what we want to happen. We should *ensure* that get_uri_list() DOES return the malformed URI. that's great fodder for rules in future. callers (like URIDNSBL.pm) are responsible for ignoring that URI as invalid. (which I think URIDNSBL already will do just fine.) get_uri_list() should also return a "fixed" version as well, of course, for malformed URIs that real mailreaders can deal with. IMO it's not appropriate for uri_to_domain to parse the malformed URIs, as long as the "cleaned up" versions are also in the uri list. IMO this sounds like a non-problem. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
