You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2015/12/19 02:24:41 UTC

svn commit: r1720875 - /spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm

Author: mmartinec
Date: Sat Dec 19 01:24:41 2015
New Revision: 1720875

URL: http://svn.apache.org/viewvc?rev=1720875&view=rev
Log:
updated a comment

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm?rev=1720875&r1=1720874&r2=1720875&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm Sat Dec 19 01:24:41 2015
@@ -1465,8 +1465,8 @@ sub uri_list_canonicalize {
       # and add back to the array.  the foreach loop will go over those
       # and deal appropriately.
 
-      # try redirector pattern matching first
-      # (but see also bug 4176)
+      # Bug 7278: try redirector pattern matching first
+      # (but see also Bug 4176)
       my $found_redirector_match;
       foreach my $re (@{$redirector_patterns}) {
         if ("$proto$host$rest" =~ $re) {