Mailing List Archive

[Bug 3004] SRS example doesn't work
https://bugs.exim.org/show_bug.cgi?id=3004

--- Comment #1 from Andreas Metzler <eximusers@bebt.de> ---
On 2023-05-21 Robin Powell wrote:
[...]
> I'm not sure what the *intent* was for the "senders = :" bit, but the
> behaviour appears to be "completely skip this router".

Hello,

"senders = :" matches messages with empty envelopes sender/return-path, i.e.
bounces. Which are the only messages that should be handled by these routers.

How did you test, did your tests use an empty envelope-sender?

cu Andreas

--
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):
## exim-dev-unsubscribe@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
[Bug 3004] SRS example doesn't work [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=3004

--- Comment #2 from Robin Powell <robinleepowell@gmail.com> ---
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):
## exim-dev-unsubscribe@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
[Bug 3004] SRS example doesn't work [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=3004

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID

--
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):
## exim-dev-unsubscribe@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/