From 6a2845a13efa8e77d24df2347b0c2f381b344583 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 7 Dec 1996 01:04:27 +0000 Subject: Fix the SIGCLD snafu. svn path=/trunk/; revision=613 --- NEWS | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fc96f342..c551482f 100644 --- a/NEWS +++ b/NEWS @@ -7,16 +7,24 @@ features -- * If SMTP returns 571 (unsolicited mail refused) to a MAIL FROM, the address is excluded by the local sendmail's spam filter. Drop the mail. - (This the only circumstance in which mail is thrown away.) + (This is the only circumstance in which mail is thrown away.) bugs -- -* Fixed a startup-time core dump introduced by 2.1's aka-list feature -* Fixed a bug in non-implicit (poll specified host) mode also due to aka. -* Various minor portability fixes for Suns. +* Fixed a startup-time core dump introduced by 2.1's aka-list feature. + +* Fixed a bug in non-implicit mode (poll specified host), also due to aka. + +* Various minor portability fixes for Suns. Adding #include + in fetchmail.c was the most significant one. + * Avoid using -lresolv when possible, some Linux versions are badly broken. + * Fix error in MX record handling that was causing multidrop problems. +* Disable daemon SIGCLD handler while an MDA is running, to avoid snafus. + Thanks to Dave Bodenstab for spotting this obscure bug. + 153 people on the contact list. ------------------------------------------------------------------------------ -- cgit v1.2.3