Re: [exim] acl variables, a little problem

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: 'Exim-users'
Subject: Re: [exim] acl variables, a little problem
Craig Jackson wrote:

>         { eq{$acl_m6}{0}{1}} \
>         { eq{$acl_m7}{1}{1}} \


What do you mean by that? eq takes exactly two arguments, not three.

I personally would prefer something like

{ def:acl_m6} \
{ def:acl_m7} \
...

you can (and have to) leave out the "warn set acl_..." then.