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=get&search=0x690A1AC2

Reply via email to