diff options
-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, |