10 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] segregate non-whiteli...
FromSent OnAttachments
email builderSep 4, 2008 2:52 pm 
email builderSep 4, 2008 3:32 pm 
Sam VarshavchikSep 4, 2008 3:32 pm 
email builderSep 4, 2008 4:46 pm 
moussSep 5, 2008 2:38 pm 
email builderSep 7, 2008 2:51 pm 
email builderSep 7, 2008 2:59 pm 
Sam VarshavchikSep 7, 2008 3:12 pm 
email builderSep 7, 2008 5:28 pm 
Devin RubiaSep 8, 2008 8:01 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:Re: [maildropl] segregate non-whitelisted mails?Actions...
From:email builder (emai@yahoo.com)
Date:Sep 7, 2008 2:59:29 pm
List:net.sourceforge.lists.courier-maildrop

2) The kicker is that I want all other (non-whitelisted senders) mail to be

filtered elsewhere. I think if I can come up with a maildrop script that accomplishes #1 above, this may not be too hard, but I am concerned about two things:

a) Reading in a (possibly big) whitelist from a file or database during

maildrop execution may not be efficient(?) and may be hard to code in maildrop script language

There are some filtering statements that are geared towards this situation, see the lookup() function in the maildropfilter man page. It's going to be as fast as reading a list of regular expressions from a file, and applying them.

I tested lookup() and it works perfectly. I am wondering, however, is there any
way to perform a database lookup (MySQL, PostgreSQL, etc) from maildrop
filtering language?