http://bugzilla.spamassassin.org/show_bug.cgi?id=3319
------- Additional Comments From [EMAIL PROTECTED] 2004-04-27 23:11 -------
Returning undef is definitely not what we want to do
We definitely want to return the full URL.
Returning the original relative URL as well might be useful too.
I think we should consider separate functions or perhaps a list of hashes
with units like:
$url = ( original => 'whatever%20%20whatever',
resolved => 'http://www.spammerdomain.com/',
something => value);
Jamming it all together is seeming more and more sloppy to me.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.