Re: [exim] Is it possible to quote/escape leading + on a lis…

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jeremy Harris
Data:  
Para: exim-users
CC: jgh
Assunto: Re: [exim] Is it possible to quote/escape leading + on a list item?
On 04/05/2013 05:41 PM, Jeff Dairiki wrote:
>    local_parts = $original_local_part

>
> on some routers. If $original_local_part begins with a '+', this
> results in an "unknown name local part list" fatal error. Is there
> any way around this, short of moving the test into a condition test?
> (I have to support older exims (4.72) which do not support multiple
> condition lines in a single router. Moving the test to the condition
> make for some hard to read compound condition clauses.)


You've spotted the obvious way.  The only other one that comes to
mind is playing with local_part_prefix and ~optional.
-- 
Cheers,
    Jeremy