[EMAIL PROTECTED] wrote: > I'm trying to play with CC headers in mimedefang-filter, but message is > not altered at all, what I do is in filter_end():
You can't change "top-level" headers that way, because Sendmail requires special milter calls to change headers. Instead, use "action_change_header". Also, changing the CC header won't actually change who gets the mail. You need to use add_recipient and/or delete_recipient to modify the envelope recipients. -- David. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

