> -----Original Message----- > From: James bright > Sent: Thursday, January 06, 2005 6:58 AM > To: [email protected] > Subject: Re: [Mimedefang] tagging mail sent to aliases > > > Unless you delay checks.
1. we delay checks 2. I've seen code that adds custom headers for SA to score them, by rewriting INPUTMSG in its entirety. I don't recall if it also updated HEADERS, or if it wrote HEADERS first and then made a call to recreate INPUTMSG. Maybe not the most efficient thing to do, but given the other processing that goes on in spam detectin, probably not a big additional impact either. 3. On our system, I believe that /etc/aliases might be a hash database, and therefore it seems that it might be pretty easy to lookup recipients in the alias hash directly? Though clearly invoking sendmail to do this is safer, and the result could be cached internally and the cache flushed if /etc/aliases time stamp is updated. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

