Autor: Nico Erfurth Data: Para: Daniel Tiefnig CC: exim-users Assunto: Re: [Exim] exim segvaulting on debian testing
Daniel Tiefnig wrote:
> Sadfully, I can't. As I mentioned, after downgrading exim, the messages
> got bounced, and therefor all spool files got deleted. :o(
> (Actually, I even have the body of one message, but the xterm window
> with the cat on the headerfile didn't make it till now...)
DId you configure exim with log_selectors = +all or something similar?
I suppose so, because the return_path logging was added in exim 4.31. So
this bug bit you after upgrading.
I hope Philip will fix it before 4.33 is released. But I'm not sure what
to do in this case, either do not log anything when return_path is NULL,
or log something else (sender_address?).