Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dot-qmail and maildrop...all email disappears

Status
Not open for further replies.

Trekkie

Technical User
Apr 29, 2000
150
CA
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
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 [bigsmile]
T.k.
 
Is there a way to test my maildrop without using the filter. I tried deleting maildroprc but I'm getting errors.

I have changed to /etc/maildroprc...without any luck

Code:
if (/^X-Spam-Flag: YES/)
{
exception {
to "$Default/.Junk/new/"
}
}

I'm still losing all my email.

I have tried procmail and I got the same result.

Thanks,

T.k.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top