Re: [exim] Sporadic lsearch errors in 4.33

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Eric Bullen
CC: exim-users
Assumpte: Re: [exim] Sporadic lsearch errors in 4.33
Eric Bullen wrote:

> I have quintuple checked 3-fold, and yes, it's the right filename. One
> thing that I noticed as I researched this is that I can reverse the email
> addresses, and the 2nd one that failed originally will pass, and the last
> one (that originally worked) will fail. It's almost like a caching
> problem- when I first fire up exim in debugging mode, the file is not
> cached, and thus works. However, for the 2nd email address (where it's
> already cached), it fails. I have also reduced the size of the user_list
> to about 20 email addresses, and it still happens.


Please try
exim -d+lookup -be
And use this lookup:

${lookup {xx@???} lsearch {/etc/exim/user_list.txt}}

Can you reproduce the problem with that?

Nico