14 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] filters only work som...
FromSent OnAttachments
Robert StoeberFeb 25, 2003 10:19 am 
Devin RubiaFeb 25, 2003 12:23 pm 
Robert StoeberFeb 25, 2003 4:02 pm 
Devin RubiaFeb 26, 2003 5:20 am 
Robert StoeberFeb 26, 2003 12:18 pm 
Devin RubiaFeb 26, 2003 12:43 pm 
Robert StoeberFeb 26, 2003 2:23 pm 
Devin RubiaFeb 27, 2003 6:27 am 
Robert StoeberFeb 28, 2003 9:36 am 
Devin RubiaFeb 28, 2003 10:24 am 
Sam VarshavchikFeb 28, 2003 2:28 pm 
Robert StoeberFeb 28, 2003 3:54 pm 
Robert StoeberFeb 28, 2003 5:54 pm 
Sam VarshavchikFeb 28, 2003 7:18 pm 
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:Re: [maildropl] filters only work sometimes?Actions...
From:Robert Stoeber (Rob@usabusiness.net)
Date:Feb 28, 2003 5:54:52 pm
List:net.sourceforge.lists.courier-maildrop

At 11:23 AM 2/28/2003, Devin Rubia wrote:

Ah. They're probably using a Bcc: line which would get stripped before the message is passed on to local delivery and thus not available for filtering.

Just closing the loop here. I sincerely appreciate the help everyone provided and now it's all clear.

The solution to my problem was to patch my qmail with something called badrcptto. That lets me create a control file listing the 'bad' addresses and they get bounced before getting into my system.

maildrop works only on the headers, apparently, and never sees the addresses in the message envelope.

One warning to those kids that might want to try this at home. The badrcptto patch has a small conflict with the TLS patch so if you try to use them both you'll have to do a little manual editing of qmail-smtpd.c.