Re: Segmentation fault in file lookups

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Piete Brooks
Ημερομηνία:  
Προς: Ilya Ketris
Υ/ο: 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 ]