Re: [Exim] Exim goes crazy

Etusivu
Poista viesti
Vastaa
Lähettäjä: Peter Galbavy
Päiväys:  
Vastaanottaja: Dr Andrew C Aitchison, Armin M. Hornetz
Kopio: exim-users
Aihe: Re: [Exim] Exim goes crazy
> While it might be an exim problem, it could also be bad memory
> or a flakey disk. I've heard of a system with some bad memory which
> repeatedly produced the same error in the same cached file.



And if you look at the ASCII table, 'c' and '#' are only one bit apart. I am
suprised that is the only error you are seeing, and it sounds like bad
memory to me.

FYI '#' is 0x23 and 'c' is 0x63 - an 0x40 apart.

Peter