On 2016-03-30, Daniel Nisbet <Daniel.Nisbet@???> wrote:
> --===============1113744114==
> Content-Language: en-US
> Content-Type: multipart/signed; micalg=SHA1;
> protocol="application/x-pkcs7-signature";
> boundary="----=_NextPart_000_01E0_01D18A90.84585440"
>
> ------=_NextPart_000_01E0_01D18A90.84585440
> Content-Type: text/plain;
> charset="us-ascii"
> Content-Transfer-Encoding: 7bit
>
> I was wondering if someone else had done something like this and could point
> me in the right direction of how to achieve it in exim?
>
>
>
> We've had a request to only deliver a message to the first in a list of
> addresses. ie given a list of:
>
>
>
> a@???
>
> b@???
>
> c@???
>
> d@???
>
>
>
> and a to/cc/bcc: header with the addresses:
>
>
>
> a@???, b@???, z@???
>
>
>
> We would want to deliver to a@??? and z@??? only.
>
so a because it's first on the list and z because it's not on the list ?
one way would be to add a discard operation in the SMTP RCPT acl that discards
the extras.
--
\_(ツ)_