You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/06/11 22:12:39 UTC

svn commit: r546242 - /spamassassin/branches/3.1/sa-learn.raw

Author: jm
Date: Mon Jun 11 13:12:39 2007
New Revision: 546242

URL: http://svn.apache.org/viewvc?view=rev&rev=546242
Log:
revert last checkin temporarily for 3.1.9 release

Modified:
    spamassassin/branches/3.1/sa-learn.raw

Modified: spamassassin/branches/3.1/sa-learn.raw
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.1/sa-learn.raw?view=diff&rev=546242&r1=546241&r2=546242
==============================================================================
--- spamassassin/branches/3.1/sa-learn.raw (original)
+++ spamassassin/branches/3.1/sa-learn.raw Mon Jun 11 13:12:39 2007
@@ -401,10 +401,7 @@
 
     # make sure the target list is in the normal AI format
     if ($targets[$elem] !~ /^[^:]*:[a-z]+:/) {
-      my $item = splice @targets, $elem, 1;
-      $elem--; # go back to this element again
-      target($item); # add back to the list
-      next;
+      $targets[$elem] = target($targets[$elem]);
     }
   }