http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4840

           Summary: alter  _get_parsed_uri_list to support munged domains
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: spamassassin
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


can munged domains be added to uri list please..

- domain dot tld
- domain[dot]tld
- domain(dot]tld

i just made a quick edit to $schemelessRE to do this, but its probably not the
best approach.   it catches the following...

# echo -e "\n\nhttp://lilacmoondolls[dot]com"; | spamc -p 666
X-Spam-Tests: EMPTY_MESSAGE,NO_RECEIVED,NO_RELAYS,TVD_SPACE_RATIO,URIBL_BLACK

# echo -e "\n\nhttp://lilacmoondolls dot com" | spamc -p 666
X-Spam-Tests: EMPTY_MESSAGE,NO_RECEIVED,NO_RELAYS,URIBL_BLACK

but does not catch 3 level domains...

- sub dot domain dot tld

i assume something needs to happen within $uricSet and $uricCheat to support
this, but maybe whoever put this code together can fill me in?



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

Reply via email to