[exim] Using forall/forany

Pàgina inicial
Delete this message
Reply to this message
Autor: Marc Perkel
Data:  
A: exim-users
Assumpte: [exim] Using forall/forany
Trying to figure out forall. Here's my code:


test01:
warn    set acl_c_xxxx = domain1.com:domain2.com:domain3.com
warn    logwrite = ITEM1 - [$acl_c_xxxx]
accept    condition = ${if forall{$acl_c_xxxx}{acl = test02}{yes}{no}}
accept


test02:
warn    logwrite = ITEM2 - [$item]
accept


The logwrite in test01 runs, but the logwrite in test02 doesn't. What am
I doing wrong?

Thanks in advance.