> -----Original Message-----
> From: Bowie Bailey [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, April 20, 2006 15:20
> To: users@spamassassin.apache.org
> Subject: RE: Looking for a STATS program
> 
> Benjamin Adams wrote:
> > Yea I have that but when I try running saying where my 
> spamd.log files 
> > is I get nothing spamd -d --syslog=/var/log/spamd.log I run:
> > ./sa-stats.pl -f /var/log/spamd.log
> > The log has no stats what option am I looking for with spamd?
> 
> That command line is not quite right.  Try this:
> 
> ./sa-stats.pl -l /var/log -f spamd.log
> 
> or just:
> 
> ./sa-stats.pl -f spamd.log
> 

if your spamd is set to log to syslog (default), and your syslog sends
mail.info to /var/log/maillog, you just need to run

./sa-stats.pl

the only reason you would use '-l /var/log -f spamd.log' is if you are
starting spamd like 'spamd -s /var/log/spamd.log'.  

dallas

Reply via email to