Re: Per-User required_score

2008-01-09 Thread Duane Hill
On Wed, 09 Jan 2008 09:20:26 +0100 Per Jessen <[EMAIL PROTECTED]> wrote: > Theo Van Dinter wrote: > > > Well, the problem is that if you run at MTA time, you can't really > > do per-user configs. > > > > "spamc -u" will work, if there's only 1 user. it won't work with > > multiple users, such a

Re: Per-User required_score

2008-01-09 Thread Per Jessen
Theo Van Dinter wrote: > Well, the problem is that if you run at MTA time, you can't really do > per-user configs. > > "spamc -u" will work, if there's only 1 user. it won't work with > multiple users, such as when there are several recipients for a single > message, unless you can get the MTA t

Re: Per-User required_score

2008-01-07 Thread Mark Martinec
David, > I want to give users control of the required_score variable. > I am using Postfix // SpamAssassin // amavis. ... > spamassassin unix - n n - - pipe >user=nobody argv=/usr/bin/spamc -f -e >/usr/sbin/sendmail -oi -f ${sender} ${recipient} If your

Re: Per-User required_score

2008-01-07 Thread David B Funk
On Mon, 7 Jan 2008, Theo Van Dinter wrote: > Well, the problem is that if you run at MTA time, you can't really do per-user > configs. > > "spamc -u" will work, if there's only 1 user. it won't work with multiple > users, such as when there are several recipients for a single message, unless > yo

Re: Per-User required_score

2008-01-07 Thread Theo Van Dinter
Well, the problem is that if you run at MTA time, you can't really do per-user configs. "spamc -u" will work, if there's only 1 user. it won't work with multiple users, such as when there are several recipients for a single message, unless you can get the MTA to split the message up into multiple

Re: Per-User required_score

2008-01-07 Thread mouss
David.Sharpe wrote: > Within postfix/master.cf I have the following lines : > > smtp inet n - - - - smtpd > -o content_filter=spamassassin > > > This pushes mail through the following lines : > > spamassassin unix - n n - - p

Re: Per-User required_score

2008-01-07 Thread David.Sharpe
Within postfix/master.cf I have the following lines : smtp inet n - - - - smtpd -o content_filter=spamassassin This pushes mail through the following lines : spamassassin unix - n n - - pipe user=nobody argv=/usr

Re: Per-User required_score

2008-01-07 Thread mouss
David.Sharpe wrote: Hi, I want to give users control of the required_score variable. I am using Postfix // SpamAssassin // amavis. I have read the document http://wiki.apache.org/spamassassin/UsingSQL and have the tests working OKAY. /executing SQL: SELECT preference, value FROM userpref WHERE