Hi,
I'm using RH3 with qmail 1.05, vpopmail 5.4, courier-imap 4.0.4, spamassassin 3.1, with maildrop 1.8.1. I like to allow automatic delete for all email tagged with SPAM.
The script in /etc/maildroprc
I have also tried using procmail
With no luck...so what am I doing wrong?
Thank you in advance
T.k.
I'm using RH3 with qmail 1.05, vpopmail 5.4, courier-imap 4.0.4, spamassassin 3.1, with maildrop 1.8.1. I like to allow automatic delete for all email tagged with SPAM.
The script in /etc/maildroprc
Code:
if (/^X-Spam-Status:.*YES/)
{
echo "Your email was REJECTED by our SPAM filter."
DELTAG=1
}
I have also tried using procmail
Code:
DROPPRIVS=yes
:0fw
| /usr/bin/spamassassin
:0
* ^X-Spam-Status: Yes.*
/dev/null
With no luck...so what am I doing wrong?
Thank you in advance
T.k.