Re: [exim] dnslist variables empty on chained ACLs?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users @ exim. org
題目: Re: [exim] dnslist variables empty on chained ACLs?
Andy Smith wrote:
> Now, this works, but none of the dnslist_* variables get set, so the
> message ends up looking a bit like:


You're trying to use the variables before they're set, because the
line where you use them comes before the line where they're set.....
So they're not set, so they're empty.

- Jeremy