diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-04-17 07:45:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-04-17 07:45:22 +0000 |
commit | dbb80962e9a51da9caec3d98cb7ef76093f04489 (patch) | |
tree | 29ea5b1e27882c0e5a8963ced08e7fc1e1d0c1fb | |
parent | 66900c733ccef6a01b8fc6d7ca9f5f9adac7656a (diff) | |
download | fetchmail-dbb80962e9a51da9caec3d98cb7ef76093f04489.tar.gz fetchmail-dbb80962e9a51da9caec3d98cb7ef76093f04489.tar.bz2 fetchmail-dbb80962e9a51da9caec3d98cb7ef76093f04489.zip |
Killed the segfault-13 bug.
svn path=/trunk/; revision=2431
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | driver.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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. @@ -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, |