/[Apache-SVN]/spamassassin/trunk/masses/mass-check
ViewVC logotype

Diff of /spamassassin/trunk/masses/mass-check

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/masses/mass-check	2005/10/17 22:56:00	325997
+++ spamassassin/trunk/masses/mass-check	2005/10/17 23:17:21	325998
@@ -51,6 +51,7 @@ usage: mass-check [options] target ...
  
   message selection options
   -n            no date sorting or spam/ham interleaving
+  --cache	use cache information when selecting messages
   --after=N     only test mails received after time_t N (negative values
                 are an offset from current time, e.g. -86400 = last day)
                 or after date as parsed by Time::ParseDate (e.g. '-6 months')
@@ -89,7 +90,7 @@ use vars qw($opt_c $opt_p $opt_f $opt_j
 	    $opt_mid $opt_net $opt_nosort $opt_progress $opt_showdots
 	    $opt_spamlog $opt_tail $opt_rules $opt_restart $opt_loguris
 	    $opt_logmem $opt_after $opt_before $opt_rewrite $opt_deencap
-	    $opt_learn $opt_reuse $opt_lint
+	    $opt_learn $opt_reuse $opt_lint $opt_cache
 	    $total_messages $statusevery
 	    %reuse %orig_conf %reuse_conf $reuse_rules_loaded_p);
 
@@ -120,7 +121,7 @@ GetOptions("c=s", "p=s", "f=s", "j=i", "
 	   "hamlog=s", "head=i", "loghits", "mh", "mid", "ms", "net",
 	   "progress", "rewrite:s", "showdots", "spamlog=s", "tail=i",
 	   "rules=s", "restart=i", "after=s", "before=s", "loguris",
-	   "deencap=s", "logmem", "learn=i", "reuse", "lint",
+	   "deencap=s", "logmem", "learn=i", "reuse", "lint", "cache",
 	   "dir" => sub { $opt_format = "dir"; },
 	   "file" => sub { $opt_format = "file"; },
 	   "mbox" => sub { $opt_format = "mbox"; },
@@ -269,6 +270,7 @@ my $iter = new Mail::SpamAssassin::Archi
 	'opt_all' => $opt_all,
 	'opt_head' => $opt_head,
 	'opt_tail' => $opt_tail,
+	'opt_cache' => $opt_cache,
 	'opt_after' => $opt_after,
 	'opt_before' => $opt_before,
 	'opt_restart' => $opt_restart,

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26