Re: [exim] Re: sensitive data appearing in delay warning mes…

Top Page
Delete this message
Reply to this message
Author: Brian Candler
Date:  
To: Alan J. Flavell
CC: Exim users list
Subject: Re: [exim] Re: sensitive data appearing in delay warning messages
On Tue, Apr 19, 2005 at 02:17:12PM +0100, Alan J. Flavell wrote:
> Oh, IBM were sometimes guilty of that, but MS have developed the
> procedure into a fine(!) art. "Friendy" error messages - my foot!
> I call them "Fiendly error messages" in local documentation...


#ifdef MICROSOFT_COMPATIBLE
if (rc > 0)
{
fprintf(stderr, "An unexpected error occured\n");
kill(getpid(), SIGABRT);
}
#endif

Dammit. That won't work - a core dump is too useful.

Regards,

Brian.