Re: [exim] Regular expressions from file for match{

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jakob Hirsch
Päiväys:  
Vastaanottaja: Jan-Piet Mens
Kopio: exim-users
Aihe: Re: [exim] Regular expressions from file for match{
Jan-Piet Mens wrote:

>     failed to expand ACL string "${if !={$acl_m0}{} }": "executable files >

dangerous in email" is not a number
> I'm using Exim 4.60. Is there something wrong in the equality?


"!=" should be "!eq".
=, < etc. are for numeric comparisons.