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 2005/07/12 07:27:54 UTC

[Bug 4479] New: split-domain should remove forward-slashes

http://bugzilla.spamassassin.org/show_bug.cgi?id=4479

           Summary: split-domain should remove forward-slashes
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Libraries
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: yusufg@outblaze.com


In a message, I found the following uri

dbg: uri: parsed uri found,
http://www.citibank.com\.scr-en\.us/english/?consumer=<email-address>

This led to the following domains being found

[4939] dbg: uri: parsed domain, scr-en\.us
[4939] dbg: uri: parsed domain, citibank.com
[4939] dbg: uri: parsed uri found, mailto:us/english/?consumer=<email-address>

Attaching a patch which removes \ from scr-en\.us in split-domain



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

[Bug 4479] split-domain should remove backslashes

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4479





------- Additional Comments From felicity@apache.org  2005-07-11 23:18 -------
Subject: Re:   New: split-domain should remove forward-slashes

On Mon, Jul 11, 2005 at 10:27:54PM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote:
> dbg: uri: parsed uri found,
> http://www.citibank.com\.scr-en\.us/english/?consumer=<email-address>
> 
> Attaching a patch which removes \ from scr-en\.us in split-domain

split_domain() has no business de-obfuscating things IMO.  This should
take place in uri_list_canonify() with everything else.





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

[Bug 4479] split-domain should remove backslashes

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4479





------- Additional Comments From spamassassin@dostech.ca  2005-07-13 20:03 -------
Are there actually any MUAs or browsers that ignore the backslash instead of
converting it to a regular slash?  I haven't seen one.

Have you seen this in many spams?  scr-en.us is listed in some URIBLs, but I
can't see it being too common if the link doesn't work.



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

[Bug 4479] split-domain should remove backslashes

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4479


spamassassin@dostech.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From spamassassin@dostech.ca  2005-10-22 01:53 -------
No response in 100 days.  Closing as INVALID since I've yet to find an MUA that
ignores backslashes rather than converting them to slashes.



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

[Bug 4479] split-domain should remove forward-slashes

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4479





------- Additional Comments From yusufg@outblaze.com  2005-07-11 22:29 -------
Created an attachment (id=3021)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=3021&action=view)
patch to split-domain function




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

[Bug 4479] split-domain should remove backslashes

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4479


duncf@debian.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.1.0                       |3.1.1






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

[Bug 4479] split-domain should remove backslashes

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4479


spamassassin@dostech.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|split-domain should remove  |split-domain should remove
                   |forward-slashes             |backslashes
   Target Milestone|Undefined                   |3.1.0






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