RE: [exim] Problem with ACL variable
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
Phil Endecott à
2005-06-02 18:15
Richard.Hall à
2005-06-02 21:15
Auteur:
Dickenson, Steven
Date:
2005-06-02 18:25
UTC
À:
Phil Endecott, exim-users
CC:
Sujet:
RE: [exim] Problem with ACL variable
Phil Endecott wrote:
> accept condition = ${if eq{$acl_m0}{1}{0}{1}}
Try this instead:
accept condition = ${if def:acl_m0 {0}{1}}
- S