Hi James, This is a paragraph of log !
Sun Jan 29 11:51:45 2006 [388] info: spamd: connection from hostname_of_machine [ip_of_machine_who_send_a_mail_to_spamd] at port 39798 Sun Jan 29 11:51:45 2006 [388] info: spamd: checking message <[EMAIL PROTECTED]> for nobody:0 Sun Jan 29 11:51:45 2006 [388] info: spamd: clean message (0.3/6.5) for nobody:0 in 0.0 seconds, 1403 bytes. Sun Jan 29 11:51:45 2006 [388] info: spamd: result: . 0 - AWL scantime=0.0,size=1403,user=nobody,uid=0,required_score=6.5,rhost=remote_hos t_ip,raddr= ip_of_machine_who_send_a_mail_to_spamd,rport=39798,mid=<E1F29Sr-0002gR-Oj@ main_mailserver_hostname >,autolearn=disabled -----Original Message----- From: James Lay [mailto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 5:10 PM To: users@spamassassin.apache.org Subject: Re: Spamassassin Stats On Thu, 26 Jan 2006 10:02:26 -0500 Matt Kettler <[EMAIL PROTECTED]> wrote: > Vahric MUHTARYAN wrote: > > > > Hi Everybody > > > > I'm very new spamassassin I want to get spamassassin stats with > > sa-stats.pl but it's not working ... > > > > Spamd command is like this .... -s /var/log/spamd.log > > > > But I'm getting an error , is there any style configuration for > > getting stats correctly? > > > Depends.. the -s with a filename is not supported by all SA versions.. > what SA are you using? > > SA versions older than 3.0.0 require a syslog facility name. They will > NOT accept a filename. > I agree.....try: head /var/log/spamd.log tail /var/log/spamd.log or even: cat /var/log/spamd.log If you don't see anything exciting, the issue may lie above as Vahric states. James