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

Top Page
Delete this message
Reply to this message
Author: Ralf Ertzinger
Date:  
To: exim-users
Subject: 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.