On Tue, 21 Sep 2004, Ron Peterson wrote: > Yeah, I thought about that, but it just seems silly to be reading > /etc/aliases over and over every time a new message comes in (this is a > pretty busy server, too).
So do it once per slave, in filter_initialize. (Unless your aliases file changes often.) Or better yet, use the Berkeley DB lookup functions to access the alias DB directly. -- David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

