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/04/28 05:03:37 UTC

[Bug 3319] New: should uri_to_domain return undef for relative uri's ?

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: spamassassin-dev@incubator.apache.org
        ReportedBy: yusufg@outblaze.com


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.