RE: [SAtalk] user_prefs ignored SA 2.55

2003-09-30 Thread Matt Tolton
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jonathan Allen Sent: Tuesday, September 30, 2003 10:15 AM To: [EMAIL PROTECTED] Subject: Re: [SAtalk] user_prefs ignored SA 2.55 Hi All, A simple question. I have just installed SA2.6 and have been teaching it about spam

Re: [SAtalk] user_prefs ignored SA 2.55

2003-09-30 Thread Sean McCrohan
On Tue, Sep 30, 2003 at 06:15:29PM +0100 or thereabouts, Jonathan Allen wrote: > Hi All, > > A simple question. I have just installed SA2.6 and have been teaching > it about spam with sa-learn. How do I turn on the Bayesian checking > so that the learning is put to good use ? In local.cf: use_

Re: [SAtalk] user_prefs ignored SA 2.55

2003-09-30 Thread Jonathan Allen
Hi All, A simple question. I have just installed SA2.6 and have been teaching it about spam with sa-learn. How do I turn on the Bayesian checking so that the learning is put to good use ? Jonathan -- Jonathan Allen

Re: [SAtalk] user_prefs ignored

2002-09-24 Thread Simon Matthews
On Tue, 24 Sep 2002, Duncan Findlay wrote: > On Tue, Sep 24, 2002 at 03:43:29PM -0700, Cheryl L. Southard wrote: > > However, I still think that spamd should be able to setuid to the > > user by itself. According to the man page for spamd: > > -u username, --username=username > > R

Re: [SAtalk] user_prefs ignored

2002-09-24 Thread Theo Van Dinter
On Tue, Sep 24, 2002 at 03:43:29PM -0700, Cheryl L. Southard wrote: > And when I change my /etc/procmailrc file to use "spamassassin -P" instead > of spamc, then it works fine and uses my user_prefs file. I guess > something is strange with spamc/spamd. The answer, I believe, is that when runni

Re: [SAtalk] user_prefs ignored

2002-09-24 Thread Duncan Findlay
On Tue, Sep 24, 2002 at 03:43:29PM -0700, Cheryl L. Southard wrote: > However, I still think that spamd should be able to setuid to the > user by itself. According to the man page for spamd: >-u username, --username=username > Run as the named user. The alternative, default >

Re: [SAtalk] user_prefs ignored

2002-09-24 Thread Cheryl L. Southard
Hi Steve, Thanks for the speedy reply. And YES, putting the line "DROPPRIVS=yes" into my /etc/procmailrc file seems to fix the problem. So I guess this is a procmail way to fix my problem. However, I still think that spamd should be able to setuid to the user by itself. According to the man

Re: [SAtalk] user_prefs ignored

2002-09-24 Thread Justin Mason
"Steve Thomas" said: > I hope that helps, and I also hope it's right! nice one Steve -- sounds likely to me ;) --j. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

RE: [SAtalk] user_prefs ignored

2002-09-24 Thread Steve Thomas
This is just an semi-educated guess - if I'm wrong, someone please correct me! Spamd setuid's to the user running spamc. Since you're calling spamc from a global procmailrc file, it's being run as root (most likely). If called as root, spamd won't open user_prefs files. >From the spamc man page: