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
This message is part of the following thread:
the complete thread tree sorted by date
Phil Endecott at
2005-06-02 18:15
Richard.Hall at
2005-06-02 21:15
Author:
Dickenson, Steven
Date:
2005-06-02 18:25
UTC
To:
Phil Endecott, exim-users
CC:
Subject:
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