[vchkpw] hello question about vpopmail + spamassassin

2004-03-11 Thread Remo Mattei
Hello guys is there  a way to delete specific mail that have been identified
by spamassassin as spam. I do not want them to go on my mail box. Thanks, 

REMO




Re: [vchkpw] hello question about vpopmail + spamassassin

2004-03-11 Thread Troy Bouchard
Good question!  Does it?

I have been just setting up a rule for the messages that have been
marked as SPAM to go in to a Spam Folder or for them to be deleted.

Spam Folder is a better option in case of false positives.

TroyB
MtIda
On Thu, 2004-03-11 at 14:57, Remo Mattei wrote:
 Hello guys is there  a way to delete specific mail that have been identified
 by spamassassin as spam. I do not want them to go on my mail box. Thanks, 
 
 REMO
 
 
 



Re: [vchkpw] hello question about vpopmail + spamassassin

2004-03-11 Thread Ken Jones
On Thursday 11 March 2004 4:57 pm, Remo Mattei wrote:
 Hello guys is there  a way to delete specific mail that have been
 identified by spamassassin as spam. I do not want them to go on my mail
 box. Thanks,

I've got code to merge into the 5.5 version that does it.
It's based on the freebsd patch but uses the X-Spam-Flag: YES
header instead of the X-Spam-Level: header, since different
users could have different spam level settings. 

Ken Jones



RE: [vchkpw] hello question about vpopmail + spamassassin

2004-03-11 Thread Remo Mattei
Well yes but my server gets poll from a exchange server which I am not sure
if it does have SPAM folder I use my SPAM folder since I get mail directly
from the main server 

Thanks, again, 

REMO

-Original Message-
From: Troy Bouchard [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 11, 2004 4:02 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] hello question about vpopmail + spamassassin

Good question!  Does it?

I have been just setting up a rule for the messages that have been
marked as SPAM to go in to a Spam Folder or for them to be deleted.

Spam Folder is a better option in case of false positives.

TroyB
MtIda
On Thu, 2004-03-11 at 14:57, Remo Mattei wrote:
 Hello guys is there  a way to delete specific mail that have been
identified
 by spamassassin as spam. I do not want them to go on my mail box. Thanks, 
 
 REMO
 
 
 



Re: [vchkpw] hello question about vpopmail + spamassassin

2004-03-11 Thread [EMAIL PROTECTED]
Hi Remo!

Am Do, 2004-03-11 um 23.57 schrieb Remo Mattei:
 Hello guys is there  a way to delete specific mail that have been identified
 by spamassassin as spam. I do not want them to go on my mail box. Thanks, 
 
 REMO
 

Is this want you want?:
vi /etc/mailfiler
import EXT
import HOST

VHOME=`/home/vpopmail/bin/vuserinfo -d [EMAIL PROTECTED]

if (/^X-Spam-Status: *Yes/)
{
exception {
to /dev/null/
}
}
else
{
exception {
to $VHOME/Maildir/
}
}

You can enable maildrop somewhere in qmailadmin I think.

I read a little bit about the configfile from SA.

Viele Gruesse,
Peter.
-- 
[EMAIL PROTECTED], gpg -key 
http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0x690A1AC2