From dbb80962e9a51da9caec3d98cb7ef76093f04489 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 Apr 1999 07:45:22 +0000 Subject: Killed the segfault-13 bug. svn path=/trunk/; revision=2431 --- NEWS | 3 ++- driver.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 65275856..a7393693 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ fetchmail-5.0.1 (): * Try to discover user/home via getpwuid(getuid()) before using LOGNAME/HOME. * Mike Pearce's fix for buggy DEFAULT handling in .netrc. +* Keep validation errors from generating message lines that qmail will reject. There are 255 people on fetchmail-friends and 369 on fetchmail-announce. @@ -155,7 +156,7 @@ There are 244 people on fetchmail-friends and 315 on fetchmail-announce. fetchmail-4.6.8 (Sat Nov 28 21:07:46 EST 1998): * Added bounce-mail capability on SMTP/ESMTP error conditions. * Internationalization support via GNU gettext from Arnaldo Carvalho de Melo - and Jorge Godoy . First + and Jorge Godoy . First supported language is Brazilo-Portuegese (LC_ALL=pt_BR). * Fixed Debian Bug#29913: -M on the command line causes SEGV in daemon mode. * Emit an informational message when fetchlimit is reached. diff --git a/driver.c b/driver.c index 3dc515c9..f4701903 100644 --- a/driver.c +++ b/driver.c @@ -1635,7 +1635,7 @@ const struct method *proto; /* protocol method table */ stuff_warning(ctl, _("Subject: fetchmail authentication failed\r\n")); stuff_warning(ctl, - _("Fetchmail could not get mail from %s@%s.\n"), + _("Fetchmail could not get mail from %s@%s."), ctl->remotename, ctl->server.truename); stuff_warning(ctl, -- cgit v1.2.3