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/11/03 12:42:53 UTC

svn commit: rev 56483 - spamassassin/trunk/masses

Author: felicity
Date: Wed Nov  3 03:42:52 2004
New Revision: 56483

Modified:
   spamassassin/trunk/masses/mass-check
Log:
add the message format to mass-check output logs

Modified: spamassassin/trunk/masses/mass-check
==============================================================================
--- spamassassin/trunk/masses/mass-check	(original)
+++ spamassassin/trunk/masses/mass-check	Wed Nov  3 03:42:52 2004
@@ -283,7 +283,7 @@
 }
 
 sub wanted {
-  my (undef, $id, $time, $dataref) = @_;
+  my (undef, $id, $time, $dataref, $format) = @_;
   my $out;
 
   memory_track_start() if ($opt_logmem);
@@ -339,6 +339,7 @@
     push(@extra, "mid=$mid");
   }
   push(@extra, "scantime=" . ($after - $before));
+  push(@extra, "format=$format");
 
   if ($opt_logmem) { 
     my $mem = memory_track_finish();