On Mon, Mar 03, 2003 at 02:11:29PM -0500, Jim Trigg wrote: > I'm looking at various MTAs right now, trying to find one that will do > what I want. In looking at Courier, there is one function I have not > been able to figure out how to implement. How can I get it to insert, > for example, an X-Anti-Abuse: header in every outgoing message (including > those sent by remote clients using SMTP AUTH)?
I don't think there's any runtime option to do such a thing. You might have to look at modifying the source code of the submit program, which takes messages from all the different sources and inserts them into the queue. -- Anand Buddhdev http://anand.org ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
