Autor: Jeremy Harris Datum: To: exim-users Betreff: Re: [exim] Exim 4.84 - segfault
On 29/08/14 08:22, Warren Baker wrote: > On Thu, Aug 28, 2014 at 11:48 AM, John Horne <john.horne@???> wrote:
>> We have just updated our mail servers to Exim 4.84, and we are now
>> seeing segfault errors on two (of three) servers: [...] > Yeah likewise - I have debugging but not enough (so will dig deeper).
We've not settled on this yet, but for people being bitten by this
and not minding a recompile:
src/mime.c about line 600:
replace
uschar *param_value = NULL;
with
uschar *param_value = string_copy(US"");