>Yes, but the bayes portion isn't working. Why? Because when SA runs, it
>runs with the privileges of the user whose mail is being scanned. I
>believe bayes would require that SA (spamc) is run under a specific
>user, no?

One option that I see would be to copy your bayes database (7K spam and 1.5K
ham is quite enough)
to your user's home directories and change the owner of the files to be this
user:

cp /wherever/your/bayes_db/is/bayes_* /home/$user/.spamassassin/ && chown
$user:$group /home/$user/.spamassassin/bayes_*

 If you have only a handful of users that might work. Create a cron job that
does it every once in a while.
Ugly hack but could work for you.


            ------------------------- 
This e-mail and any attachments may contain confidential material for the sole use of 
the intended recipient.  If you are not the intended recipient, please be aware that 
any disclosure, copying, distribution or use of this e-mail or any attachment is 
prohibited.  If you have received this e-mail in error, please contact the sender and 
delete all copies. 
Thank you for your cooperation 



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to