* "Eric" == Eric G Miller <[email protected]> wrote:
Eric> On Fri, Aug 13, 1999 at 09:37:06PM +0200, Martin Bialasinski wrote:
Eric> <snip>
Eric> | You do this in the remote_smtp transport.
Eric> | headers_remove = "sender"
Eric> | headers_add = "${header_from}"
Eric> That didn't work. Perhaps because I'm using smarthost?
No, because it should be headers_add = "Sender: ${header_from}"
But the real solution is, that your ISP checks your SMTP envelope, not
your Sender header.
So combine this header manipulation with the rewrite rule:
[EMAIL PROTECTED] [email protected] F
And it should work.
Ciao,
Martin