Autor: Jeremy Harris Datum: To: exim-users Betreff: Re: [exim] re-add local_part_suffix after a rewrite
On 29/05/2013 09:40, Guy Antony Halse wrote: > I'm trying to find a way to re-add a local_part_suffix to an email address
> after alias rewrites have happened.
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.
--
Cheers,
Jeremy