Re: [Exim] lookups in ACLs

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Kevin P. Fleming
日付:  
To: exim-users
題目: Re: [Exim] lookups in ACLs
William Thompson wrote:
> of course, if these are checked in sequence, then I should move sender_domains
> above the condition. In this particular one, the $value is either 'yes' or
> 'no' (that field is an enum).


Yes, the conditions in an ACL entry are checked in sequence, so you should
always put the "most deterministic" entries first. Exim also does short-circuit
evaluation I believe, so if the first entry produces a failure, the subsequent
lookups won't even be performed.