On 2006-10-17, Gerhard Mourani <[EMAIL PROTECTED]> wrote: > I would like to know howto automatically remove detected Spam? I don't > want spamassassin to deliver the spam with a [SPAM] tag at the begining of > the message but preffer to send it (the spam) directly to something like > /dev/null
That's a job for your local delivery agent, not spamassassin. If you use e.g. "procmail" a recipe like this ought to work: :0 H: * ^Subject: [SPAM] /dev/null But beware of false positives; if they go to /dev/null you'll never retrieve them. -- John ([EMAIL PROTECTED])