Note sure if this will help.
/etc/syslog.conf:
local5.*; -/var/log/spamassassin
/etc/init.d/spamassassin:
daemon $NICELEVEL spamd -s local5 other options
This is on RHEL4.
Gary
Message
From: Rick Measham [mailto:rick (AT) measham (DOT) id.au]
Sent: Monday, May 08, 2006 12:45 PM
To: users (AT) spamassassin (DOT) apache.org
Subject: Logging from Mail::SpamAssassin
Docs are very light (IMH) on how to get logging working from inside
perl. I'm sure there must be some way I can get SA to write detailed
output to /var/log/spamassassin but I can't for the life of me work it
out.
I've tried:
Mail::SpamAssassin->new(
,
debug ='all',
);
but still don't get any logs anywhere.
Any help will be greatly appreciated.
Cheers!
Rick Measham