RE: Howto automatically remove spam instead of maked it as [SPAM]

2006-10-26 Thread Brown, Josh
> > > 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 > > Why don't you use amavisd-new ( http://w

RE: Howto automatically remove spam instead of maked it as [SPAM]

2006-10-26 Thread Christopher Martin
Or, easier and faster, use the milter-regex (if you are using sendmail as you MTA). You can then build a regex to drop beyond a certain level. Or, if you're feeling braver, you can use the patches at the following page to set discard ranges directly on the spamass-milter: http://www.jmaimon.com/s

Re: Howto automatically remove spam instead of maked it as [SPAM]

2006-10-17 Thread John Thompson
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 Th

Re: Howto automatically remove spam instead of maked it as [SPAM]

2006-10-17 Thread John Andersen
On Tuesday 17 October 2006 10:33, Gerhard Mourani wrote: > Hello, > > 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

Re: Howto automatically remove spam instead of maked it as [SPAM]

2006-10-17 Thread Jerry Glomph Black
SA scans and marks inbound email messages, but does not directly dispose of them. Typically your mail delivery agent (such as procmail) delivers the mail to a given destination, based on the headers as modified by SA. Here's a simple case(procmail rule): :0 * ^X-Spam-Status: Yes /dev/null _

Re: Howto automatically remove spam instead of maked it as [SPAM]

2006-10-17 Thread Theo Van Dinter
On Tue, Oct 17, 2006 at 02:33:04PM -0400, Gerhard Mourani 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/nu