On Thu, Jan 04, 2007 at 12:08:10AM +0100, Heiko Schlichting wrote:

> Ray Gardener wrote:
> > it seems as if "08" is how being interpreted (technically correctly) as
> > a invalid octal integer rather than a decimal integer.
> 
> Seems so:
> 
> $ exim-4.65-1 -be
> > ${if >{08}{7}{ja}{nein}}
> Failed: invalid integer "08"

Yeah, there is definitely a problem here.

The following works fine:

   ${if >{07}{7}}

but this fails:

   ${if >{08}{8}}

--
Dean Brooks
[EMAIL PROTECTED]

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to