Re: Segmentation fault in file lookups

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Piete Brooks
日付:  
To: Ilya Ketris
CC: exim-users
題目: Re: Segmentation fault in file lookups
> new_address = ${lookup{xaxa.com}lsearch{/etc/exim/strict-domainb}{bar.com}}

I suggest you include a null default case "{}" at the end

new_address = ${lookup{xaxa.com}lsearch{/etc/exim/strict-domainb}{bar.com}{}}

[ Yes, the syntax really isn'y very readable / parsable ]