aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-04-17 07:45:22 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-04-17 07:45:22 +0000
commitdbb80962e9a51da9caec3d98cb7ef76093f04489 (patch)
tree29ea5b1e27882c0e5a8963ced08e7fc1e1d0c1fb
parent66900c733ccef6a01b8fc6d7ca9f5f9adac7656a (diff)
downloadfetchmail-dbb80962e9a51da9caec3d98cb7ef76093f04489.tar.gz
fetchmail-dbb80962e9a51da9caec3d98cb7ef76093f04489.tar.bz2
fetchmail-dbb80962e9a51da9caec3d98cb7ef76093f04489.zip
Killed the segfault-13 bug.
svn path=/trunk/; revision=2431
-rw-r--r--NEWS3
-rw-r--r--driver.c2
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
- <acme@conectiva.com.br> and Jorge Godoy <jorge@bestway.com.br>. First
+ <acme@conectiva.com.br> and Jorge Godoy <godoy@conectiva.com.br>. 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,