Hi,
I'm trying to troubleshoot my maildrop-filter problem. I'm using Red Hat
4 ES advance server with qmail 1.05, vpopmail, courier-imap, spamassassin
3.10 and maildrop 1.81. Whenever I use dot-qmail with maildrop (with
/etc/maildroprc), I seem to filter-out or lose all my emails.
Advice from this newsgroup I have used few scripts for /etc/maildroprc
A.
if (/^X-Spam-Flag: YES/)
{
exception {
to "$Default/.Junk/new/"
}
}
B.
if (^X-Spam-Status: *Yes/)
{
to $default/Maildir/.Trash/
}
C.
if (/^X-Spam-Status: Yes/)
{
to "Maildir/.Trash/"
}
It filtered-out "ALL" my emails (spam and non-spam). I didn't receive any
emails. I have checked the logs and it indicates that it was received
successfully. As soon as I remove maildrop filter, everything works fine,
again. Spams get tagged correctly...no problem there.
For those qmail admin, I have placed this script
"|/usr/local/bin/maildrop" in dot-qmail in
"/home/vpopmail/domains/myexample.com/joedoe/.qmail" location.
How can I trouble-shoot this problem? Email are going in, but not coming
out.
Thank you in advance.
T.k.