https://bugs.exim.org/show_bug.cgi?id=3004

--- Comment #2 from Robin Powell <[email protected]> ---
Ah, I see.  I tested with actual *replies*, but that's partly because I'm
rewriting the From *header*, which is a different thing I guess.  The config in
the example didn't help me forward stuff through to gmail, but rewriting the
actual From header worked great.  I then wanted replies to work, which I was
able to do by dropping the "sender = :" stuff.

FWIW my transport config is like this, and it's working well so far:

  headers_add = X-Forwarded-For: $reply_address
  headers_add = Reply-To: $reply_address
  return_path =         ${srs_encode {SRS_SECRET} {$return_path}
{$original_domain}}
  headers_rewrite = *@* "$return_path" f

But if that's not how thigs are supposed to work, then nevermind.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

-- 
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
##   [email protected]
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to