Thank you very much Reindl. Do you know any application to achieve that? I don't have any clue right now.
On Sat, Dec 3, 2011 at 8:30 PM, Reindl Harald <h.rei...@thelounge.net>wrote: > > > Am 03.12.2011 20:24, schrieb Ignacio: > > Hello, > > > > I would like to rewrite FROM and CC headers. There is an application > that connects to a postfix smtp server and it > > sends an e-mail like this: > > FROM: user1@domain > > TO: user2@domain;user3@domain > > > > And that e-mail is relayed to another e-mail server. I would like the > relayed e-mail to be something like: > > FROM: genericuser@domain > > TO: user2@domain;user3@domain > > CC: user1@domain > > > > Changing the FROM field is an easy task, but I don't know how to add > user1@domain as a CC (It is a must to be CC, > > BCC is not an option) > > fix the application! > > a MTA is not supposed to manipulate messages in any way > >