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 > -----Original Message----- > From: Rick Measham [mailto:[EMAIL PROTECTED] > Sent: Monday, May 08, 2006 12:45 PM > To: users@spamassassin.apache.org > Subject: Logging from Mail::SpamAssassin > > Docs are very light (IMHO) 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