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
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
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
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
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
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
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
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