Re: [SAtalk] bug: spamd does not honour -s flag

2002-06-07 Thread Steven Núñez
Thanks all. I see why this is happening. Would this be a proper forum to suggest an enhancement to allow logging with facility and level? Regards, - Steve On 7/6/02 15:31, "Lars Hansson" <[EMAIL PROTECTED]> wrote: > On Friday 07 June 2002 14:39, Steven Núñez wrote: >> I've just installed th

Re: [SAtalk] bug: spamd does not honour -s flag

2002-06-07 Thread Craig R Hughes
I answered this question first time you asked it. use -s mail not mail.info You set the facility, not the level of logging. C Steven Núñez wrote: SN> To be exactly, under OpenBSD 3.1, I am starting spamd with the following SN> command line: SN> SN> /usr/bin/spamd -d -a -c -s mail.info

Re: [SAtalk] bug: spamd does not honour -s flag

2002-06-07 Thread Lars Hansson
On Friday 07 June 2002 14:39, Steven Núñez wrote: > I've just installed the latest version of spamd, and everything seems to > work well with one exception. The -s flag, that is supposed to indicate > which syslog facility is use does not appear to be working. Yes, facility not level. You're tryi

Re: [SAtalk] bug: spamd does not honour -s flag

2002-06-06 Thread Olivier Nicole
>To be exactly, under OpenBSD 3.1, I am starting spamd with the following >command line: > >/usr/bin/spamd -d -a -c -s mail.info I think you must specify only the facility, not the level. Olivier ___ Don't miss the 2002 Sprint PCS

[SAtalk] bug: spamd does not honour -s flag

2002-06-06 Thread Steven Núñez
-- Forwarded Message From: Steven Núñez <[EMAIL PROTECTED]> Date: Thu, 30 May 2002 15:40:02 +0800 To: <[EMAIL PROTECTED]> Subject: bug: spamd does not honour -s flag Hello All, I've just installed the latest version of spamd, and everything seems to work well with one exception. The -s flag

Re: [SAtalk] bug: spamd does not honour -s flag

2002-06-01 Thread Craig R Hughes
-s specifies only the facility, not the level. So you should use "-s mail" not "-s mail.info". Steven Núñez wrote: SN> Hello All, SN> SN> I've just installed the latest version of spamd, and everything seems to SN> work well with one exception. The -s flag, that is supposed to indicate SN> whic

Re: [SAtalk] bug: spamd does not honour -s flag

2002-05-30 Thread Lars Hansson
On Thursday 30 May 2002 15:40, Steven Núñez wrote: > To be exactly, under OpenBSD 3.1, I am starting spamd with the following > command line: > > /usr/bin/spamd -d -a -c -s mail.info spamd cmdline: spamd -s local6 -x -u spamd -F syslogd.conf: local6.*

[SAtalk] bug: spamd does not honour -s flag

2002-05-30 Thread Steven Núñez
Hello All, I've just installed the latest version of spamd, and everything seems to work well with one exception. The -s flag, that is supposed to indicate which syslog facility is use does not appear to be working. To be exactly, under OpenBSD 3.1, I am starting spamd with the following command