Re: [exim] Replace From with To for forwarded mails and also…

Top Page
Delete this message
Reply to this message
Author: Shamim Shahriar
Date:  
To: exim-users
Subject: Re: [exim] Replace From with To for forwarded mails and also encapsulate email.
On 20/04/2020 16:40, Graeme Fowler via Exim-users wrote:
> On 20 Apr 2020, at 16:27, Sebastian Nielsen via Exim-users <exim-users@???> wrote:
>> Just like how my emails appear in this list server, as a attached email.
>> I want to basically do whatever EXACTLY as this list are doing.
> Jeremy's point stands: it's not Exim doing the munging on list emails here, it's Mailman - an external (to the MTA) 3rd party mailing list manager. Whilst it may be tightly integrated with Exim, Mailman is doing what it is designed to do, and so is the MTA.
>
> You send, Exim receives, Exim hands to Mailman, Mailman makes modifications, Mailman gives back to Exim, Exim sends to you.
>
> Graeme

Hi Sebastian, have you checked the SRS?
https://github.com/Exim/exim/wiki/SRS
https://bobcares.com/blog/exim-mail-forwarding/

This will not encapsulate the message, but rewrite the address so the
recipient server should have nothing to complain about. It sounded like
this is part of what you initially asked for.

Hope this helps
Regards