Re: [Exim] Possible bug in regular expression matching with …

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Ralf Ertzinger
Data:  
Para: exim-users
Assunto: Re: [Exim] Possible bug in regular expression matching with ${eval:..}
On Thu, Mar 04, 2004 at 03:42:37PM +0000, Nigel Metheringham wrote:

> Looks like you are getting bitten by standard unix number parsing - if
> it starts with a 0 then its interpreted as octal.... except 08 octal is
> illegal.


OK, that sounds reasonable.

So, what to do? I could come up with a regual expression that deals with
this problem, but I'd rather tell exim that I do not want octal numbers.