Mailing List Archive

svn commit: r489975 - /spamassassin/trunk/masses/mass-check
Author: felicity
Date: Sat Dec 23 20:08:09 2006
New Revision: 489975

URL: http://svn.apache.org/viewvc?view=rev&rev=489975
Log:
fix docs for cs_timeout, also allow noprogress as commandline option for mass-check

Modified:
spamassassin/trunk/masses/mass-check

Modified: spamassassin/trunk/masses/mass-check
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/mass-check?view=diff&rev=489975&r1=489974&r2=489975
==============================================================================
--- spamassassin/trunk/masses/mass-check (original)
+++ spamassassin/trunk/masses/mass-check Sat Dec 23 20:08:09 2006
@@ -58,9 +58,9 @@
maximum of N messages (defaults to 1000)
--cs_timeout N
in client mode, try to connect to the server every N seconds
- defaults to 300
+ defaults to 120
in server mode, timeout messages after N seconds
- defaults to 60
+ defaults to 300
--cs_paths_only
only used in client mode. when making requests of the
server, only ask for paths to the messages and not the
@@ -161,7 +161,7 @@
my @ORIG_ARGV = @ARGV;
GetOptions("c=s", "p=s", "f=s", "j=i", "n", "o", "all", "bayes", "debug:s",
"hamlog=s", "head=i", "loghits", "mh", "mid", "ms", "net",
- "progress", "rewrite:s", "showdots", "spamlog=s", "tail=i",
+ "progress!", "rewrite:s", "showdots", "spamlog=s", "tail=i",
"rules=s", "restart=i", "loguris",
"deencap=s", "logmem", "learn=i", "reuse", "lint", "cache",
"cachedir=s", "noisy", "scanprob=f",