Re: [exim] MAX_INCLUDE_SIZE

Pàgina inicial
Delete this message
Reply to this message
Autor: John Robinson
Data:  
A: Tom Kistner
CC: exim-users, Tom Daly
Assumpte: Re: [exim] MAX_INCLUDE_SIZE
On 20/11/2006 21:43, Tom Kistner wrote:
> John Robinson wrote:
>> I just mean that using lsearch, a linear search on an unordered plain
>> text file, is algorithmically inefficient, since it will always work
>> its way painstakingly through your 2M file, and on average inspect 1M
>> of it!
>
> You are right but thats not his use case :) The file in question is the
> list of target addresses, it isn't searched.


My bad; I thought his local_parts=lsearch;/file was the 2M file.

Cheers,

John.