Michael Maciag: > Is it possible to automatically add a CC to an incoming message > based on recipient using rewriting, similar to what recipient_bcc_maps > can do? We'd like to have the added address be visible to the > original recipient.
Yes. For complex transformations, use a Milter or external content filter. Postfix implements single transformations: add a message header, or add an envelope recipient. Not both at the same time. Wietse