On Fri, 23 Jul 2004, Joe Arnstein wrote: > I would like to drop all messages from <> not destined for > [EMAIL PROTECTED]
That's a very bad idea. It means all delivery failure notifications will be lost. > Is sub filter_sender the best place for both of these items? No, because the recipient is unknown at that point. You need to do it in filter_recipient. But please don't drop messages from <> without carefully considering the consequences. -- David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

