Re: [SAtalk] auto-whitelist question

2002-01-16 Thread Justin Mason
Craig Hughes said: > chmod 0666 /var/spool/spamassassin/auto* Also, chmod 1777 /var/spool/spamassassin so the lockfiles can be created and deleted. > Somehow the permissions on those files got set so that only root can > write to them. But of course, you're running as nobody, so when it > tri

Re: [SAtalk] auto-whitelist question

2002-01-16 Thread Craig Hughes
Yup, sure enough the compile_now was happening way too soon.  I've moved things around to make this better.  It's in CVS, or use the attached patch. C On Wed, 2002-01-16 at 11:36, Craig Hughes wrote: chmod 0666 /var/spool/spamassassin/auto* Somehow the permiss

Re: [SAtalk] auto-whitelist question

2002-01-16 Thread Craig Hughes
chmod 0666 /var/spool/spamassassin/auto* Somehow the permissions on those files got set so that only root can write to them.  But of course, you're running as nobody, so when it tries to write, it's failing.  I'll need to check if this is the code's fault.  My initial guess is that compile_n