> From: Daryl C. W. O'Shea [mailto:[EMAIL PROTECTED] > > Larry wrote: > > What does it mean when spamc exits with an exit code of 98? > > > > I'm running version 3.0.2 and invoking spamc with > > > > spamc -E -t 60 -d blahblah.ornl.gov > > Are you sure it's 98 and not 68 (host name unknown), or 78 (config > error)? Neither spamc nor spamd have an exit code of 98 anywhere in > the code.
Yes, I'm sure: # ls -l testfile -rw------- 1 pmdf pmdf 250757 Jan 12 14:35 testfile # date; spamc -E -t 60 -d blahblah.ornl.gov < testfile > x.x; echo $?; date Wed Jan 12 15:47:28 EST 2005 98 Wed Jan 12 15:48:35 EST 2005 # I suspect some kind of timeout error (since I said "-t 60" and that's how log it took), but I'd like to be sure. I also notice that in this case the message size is close to the default maximum message size.