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
Diese Nachricht ist Teil des folgenden Threads:
Der komplette Thread sortiert nach Datum
Craig Jackson am
2005-06-24 19:28
Autor:
Jakob Hirsch
Datum:
2005-06-24 22:37
UTC
To:
'Exim-users'
Betreff:
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.