You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/10/12 04:38:18 UTC

svn commit: rev 54645 - spamassassin/trunk/lib/Mail/SpamAssassin

Author: felicity
Date: Mon Oct 11 19:38:18 2004
New Revision: 54645

Modified:
   spamassassin/trunk/lib/Mail/SpamAssassin/ArchiveIterator.pm
Log:
left the old index_unpack() call commented in AI

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/ArchiveIterator.pm
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/ArchiveIterator.pm	(original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/ArchiveIterator.pm	Mon Oct 11 19:38:18 2004
@@ -252,7 +252,6 @@
     ($MESSAGES, $messages) = $self->message_array(\@targets);
 
     while (my $message = shift @{$messages}) {
-#      my ($class, undef, $date) = index_unpack($message);
       my($class, undef, $date, undef, $result) = $self->run_message($message);
       &{$self->{result_sub}}($class, $result, $date) if $result;
     }