1 message in net.sourceforge.lists.courier-maildrop[maildropl] Abnormal Behaviour of Mai...
FromSent OnAttachments
AnthonyDec 3, 2002 2:06 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Abnormal Behaviour of MaildropActions...
From:Anthony (hkan@hotmail.com)
Date:Dec 3, 2002 2:06:39 am
List:net.sourceforge.lists.courier-maildrop

Hi,

I installed the maildrop to a qmail+ldap machine.

I set qmail's ldapdefaultdotmode to "both" and add "deliveryProgramPath: /usr/bin/maildrop" to the user's attribute.

The following is my maildroprc

---------------------------------------------- DEFAULT="Maildir/" DEFAULT_DEF="/home/mailbox"

if (/^From:.*@hotmail\.com/ || /^From:.*@yahoo.com/) { echo "Drop by Maildrop" to /dev/null }

if (/^Subject: Hello/ || /^Subject: Go/) { echo "Forward by Maildrop" to "/home/mailbox/test" exit }

----------------------------------------------

However When I used "xx@hotmail.com" send a mail to one user, it should be drop by Maildrop. But the mail still success to send to the User's mailbox, I checked that the log said "Drop by Maildrop". It seems Maildrop checked the mail. (Seems Maildrop function!)

Any setting I miss?

Thanks!!!