RE: [exim] Problem with ACL variable

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Dickenson, Steven
日付:  
To: Phil Endecott, exim-users
CC: 
題目: 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