I forward all mail from one account to another, after numerous parsing
via procmail. The last rule in my file is just:
:0
!scott(_dot_)grosch(_at_)intel(_dot_)com
Is there a way, before the forwarding happens, to have procmail
remove all occurances of grosch(_at_)ichips(_dot_)intel(_dot_)com from the
headers
and replace them with scott(_dot_)grosch(_at_)intel(_dot_)com? I want to
preserve
the To and CC lines, but just change out the account name.
The program I use to read mail on the other account isn't smart
enough to realize that I'm grosch(_at_)ichips as well, so some of the
filtering I do there (If sent directly to me then ....) doesn't work.