Re: [exim] acl variables, a little problem
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Ce message fait partie du fil suivant :
Arborescence complète du fil triée par date
Craig Jackson à
2005-06-24 19:28
Auteur:
Jakob Hirsch
Date:
2005-06-24 22:37
UTC
À:
'Exim-users'
Sujet:
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.