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 2011/05/16 23:32:59 UTC

[Bug 6588] New: typo in uri_to_domain

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6588

             Bug #: 6588
           Summary: typo in uri_to_domain
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Libraries
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: underspell@gmail.com
    Classification: Unclassified


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6588] typo in uri_to_domain

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

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmcgrail@pccc.com

--- Comment #4 from Kevin A. McGrail <km...@pccc.com> 2011-05-16 21:41:03 UTC ---
(In reply to comment #3)
> Sorry about the mess on the previous changes.
> Here it goes:
> 
> Not sure if has any real issue but I found this typo/bug in Util.pm.

Good catch.  This is a no-brainer for 3.3 and trunk.  Will commit it now.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6588] typo in uri_to_domain

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

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|Undefined                   |3.3.2

--- Comment #5 from Kevin A. McGrail <km...@pccc.com> 2011-05-16 21:47:46 UTC ---
Trunk:
Sending        SpamAssassin/Util.pm
Transmitting file data .
Committed revision 1103915.

3.3:
Sending        SpamAssassin/Util.pm
Transmitting file data .
Committed revision 1103917.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6588] typo in uri_to_domain

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

--- Comment #2 from Jose Borges Ferreira <un...@gmail.com> 2011-05-16 21:37:23 UTC ---
Created attachment 4888
  --> https://issues.apache.org/SpamAssassin/attachment.cgi?id=4888
diff against Util.pm

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6588] typo in uri_to_domain

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

Jose Borges Ferreira <un...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |underspell@gmail.com

--- Comment #1 from Jose Borges Ferreira <un...@gmail.com> 2011-05-16 21:35:10 UTC ---
Not sure if has any real issue but I found this typo/bug in

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6588] typo in uri_to_domain

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

--- Comment #6 from Adam Katz <an...@khopis.com> 2011-05-16 21:50:40 UTC ---
Nice catch.  This is trivial, so I'm just going to commit it (okay, so while
'make test' was running, KAM beat me to it).

If people are wondering whether this matters, In ANSI and UTF-8, [A-f] is
equivalent to [A-Z\[\\\]^_\`a-f] so you can have for example:

$ echo UH_OH |grep -P '[0-9a-fA-f]{5}' || echo no match
UH_OH

when you really want:

$ echo UH_OH |grep -P '[0-9a-fA-F]{5}' || echo no match
no match

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6588] typo in uri_to_domain

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

--- Comment #3 from Jose Borges Ferreira <un...@gmail.com> 2011-05-16 21:40:16 UTC ---
Sorry about the mess on the previous changes.
Here it goes:

Not sure if has any real issue but I found this typo/bug in Util.pm.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.