4 messages in net.sourceforge.lists.courier-maildrop[maildropl] Reject Mail
FromSent OnAttachments
Anthony-qmailNov 26, 2002 11:30 pm 
AnthonyNov 26, 2002 11:34 pm 
Jens LauterbachNov 27, 2002 1:07 am 
Sam VarshavchikNov 27, 2002 4:49 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] Reject MailActions...
From:Anthony (wa@tech-trans.com)
Date:Nov 26, 2002 11:34:40 pm
List:net.sourceforge.lists.courier-maildrop

Hi,

Q1. I writed the following maildroprc for drop all mail from one domain (such as hotmail.com).

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

if (/^From:.*@hotmail\.com/) { exit }

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

However I found the mail still goto the user account(sender is te@hotmail.com). What problem? I don't want the sender know the server drop it.

Q2. I also found that every time the server processing mail (incoming & outgoing), a file called "Maildir" will be create in /home/mailbox. This file is format as mailbox format (that means the mail will append to it).

I am using Qmail+ldap (maildir). Is this relate to "DEFAULT="./Maildir" & "DEFAULT_DEF="/home/mailbox" ?

I try to comment these 2 statements, but the mail could not be proper delivery.

Thanks