Auteur: Jeremy Harris Date: À: exim-users CC: jgh Sujet: Re: [exim] re-add local_part_suffix after a rewrite
On 02/06/13 20:47, Guy Antony Halse wrote: > Hi
>
> On Thu 2013-05-30 (09:32), Jeremy Harris wrote:
>> Is address_data available for use between your staff_ru_aliases and
>> cyrus_router? If so you could copy from $local_part_suffix
>> in the first, into it, and use it in the second.
>
> I've checked through the config and $address_data is definately available.
> I get how to use it to store the local_part_suffix in the first router.
>
> But I can't quite figure out how to use in in the cyrus_router -- if I
> understand correctly, I somehow need to change the local_part in that router
> to append what's now in $address_data. But other than in a redirect router,
> I can't see how that can be done?