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

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Jan-Piet Mens
Dátum:  
Címzett: exim-users
Tárgy: Re: [exim] Regular expressions from file for match{
On Mon Jan 16 2006 at 15:39:09 CET, Jan-Piet Mens wrote:

> >     condition = ${if !={$acl_m0}{} }


Changed to 
     condition = ${if !eq{$acl_m0}{} }


Works wonderfully. Thanks,
    -JP