Auteur: Marilyn Davis Date: À: Andrew Johnson CC: exim-users Sujet: Re: [exim] List of recipients
On Thu, 7 Apr 2005, Andrew Johnson wrote:
> Is there any way of getting a full list of recipients of an email (after
> routers have been processed for alias expansion and redirection) ?
If, in the acl you name as your acl_smtp_rcpt you put:
warn set acl_m0 = $acl_m0 $local_part@$domain
this will collect the addresses into $acl_m0, which is available
through the reception process and is available to routers, transports
and filters.
Hope it helps.
Marilyn Davis
>
> I would like to add the full list of actual recipients to an X-Header prior
> to delivering the email to an archive server.
>
> Thanks.
>
> -Andy-
>
>