http://bugzilla.spamassassin.org/show_bug.cgi?id=3319
Summary: should uri_to_domain return undef for relative uri's ?
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Hi, In a sample I have the following lines
<link href="style.css" rel="stylesheet" type="text/css">
<link href="cyberbank/site1.css" rel="stylesheet" type="text/css">
<iframe src="./popup/cherry2/cherry.php" frameborder="0" width="0" height
="0" scrolling=no>
get_uri_list returns "style.css" and "cyberbank/site1.css" and
"/popup/cherry2/cherry.php" which when run through uri_to_domain returns the
same set. This would make zero sense to URIDNSBL.pm
Should uri_to_domain return undef values for uri's which don't contain host
components ?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.