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
Wiadomość jest częścią wątku:
pełne drzewo wątku posortowane wg daty
Phil Endecott at
2005-06-02 18:15
Richard.Hall at
2005-06-02 21:15
Autor:
Dickenson, Steven
Data:
2005-06-02 18:25
UTC
Dla:
Phil Endecott, exim-users
CC:
Temat:
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