hi,
i have qmail with vpopmail, courier-auth, courier-imap, razor, and spamassassin 3.10. i like to filter out any spam with maildrop 1.8.
spamassassin is working properly without any problems.
created dot-qmail in /home/vpopmail/domain/myexample.com/myuser/.qmail
created /etc/maildroprc
and tried
All my emails disappears?? I have checked my logs and it indicates that the email was accepted successfully...but i can't see it anywhere. maildrop is filtering out everything.
i like to know where is my email going to??
thank you in advance
T.k.
i have qmail with vpopmail, courier-auth, courier-imap, razor, and spamassassin 3.10. i like to filter out any spam with maildrop 1.8.
spamassassin is working properly without any problems.
created dot-qmail in /home/vpopmail/domain/myexample.com/myuser/.qmail
Code:
|/usr/local/bin/maildrop
created /etc/maildroprc
Code:
if (/^X-Spam-Status: Yes/)
{
to "Maildir/.Trash/"
}
and tried
Code:
if (^X-Spam-Status: *Yes/)
{
to $default/Maildir/.Trash/
}
All my emails disappears?? I have checked my logs and it indicates that the email was accepted successfully...but i can't see it anywhere. maildrop is filtering out everything.
i like to know where is my email going to??
thank you in advance
T.k.