Re: [exim] Splitting message with multiple to/cc/bcc

Top Page
Delete this message
Reply to this message
Author: Jasen Betts
Date:  
To: exim-users
Subject: Re: [exim] Splitting message with multiple to/cc/bcc
On 2019-02-01, Nick via Exim-users <exim-users@???> wrote:
> Good day!
>
> I'm new to exim, and MTA in general. I have a task to split emails with multiple recipients in "to/cc/bcc" fields into separate emails, one recipient - one email, for confidential purposes, so that only the recipient sees him self as the only one in the "To:" field. Is this doable at all? Did not make any change to the config, just a fresh install.



In the SMTP transport responsible for delivery add the following settings:

     max_rcpt=1
     headers_remove=to:cc:bcc
     headers_add=To: $local_part@$domain


--
When I tried casting out nines I made a hash of it.