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