http://bugzilla.spamassassin.org/show_bug.cgi?id=3353
------- Additional Comments From [EMAIL PROTECTED] 2004-05-05 06:52 -------
Subject: Re: spamd syslog broken?
> [EMAIL PROTECTED] writes:
> > This command line:
> >
> > spamd -d -p 2004 -i 0.0.0.0 -A 128.83.0.0/16 --debug --syslog=local1
> >
> > no longer logs to the local1 facility, but rather to the (default)
> > "user" facility. I don't have the svn version numbers handy, but
> > today's (May 4) snapshop does not work, while the snapshot on Apr 27 did
> > work.
>
> hmm. I suspect a Sys::Syslog bug... could you run this perl code:
>
> use Sys::Syslog qw(:DEFAULT setlogsock);
> setlogsock 'unix';
> openlog 'spamd', 'cons,pid,ndelay', 'local1';
> syslog 'info', '%s', "testing";
> closelog;
>
> it should add a line saying "testing" to the local1 syslog.
>
> If this works and spamd doesn't, we have a bug. otherwise, it's
> a Sys::Syslog issue...
>
> - --j.
Yes, this works correctly on my system. It logs "testing" to local1.
By the way, it also writes this to stdout:
unix passed to setlogsock, but path not available at /tmp/z line 2
(and so does spamd).
Let me know if you want me to try to further debug spamd.
Fletcher
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.