On 2016-03-30, Daniel Nisbet <[email protected]> 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: > > > > [email protected] > > [email protected] > > [email protected] > > [email protected] > > > > and a to/cc/bcc: header with the addresses: > > > > [email protected], [email protected], [email protected] > > > > We would want to deliver to [email protected] and [email protected] 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. -- \_(ツ)_ -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
