diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-08 20:25:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-08 20:25:25 +0000 |
commit | e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2 (patch) | |
tree | 8d9a6cc8d4d1f9190e8b3dbaed6f366c7f9cb11e /NEWS | |
parent | 225b32b70c44288111f6229a61c0040e2f032082 (diff) | |
download | fetchmail-e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2.tar.gz fetchmail-e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2.tar.bz2 fetchmail-e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2.zip |
Improved configuration and compilation.
svn path=/trunk/; revision=985
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -13,13 +13,6 @@ every user entry in a multi-user poll declaration. form "foo"@bar.com are not parsed correctly, even though they are technically RFC822 legal. The general problem is mentioned on the man page. -* Rich Kulawiec <rsk@itw.com> writes: fetchmail 3.9 seems to work fine when - run from a tty or pty, but not when run from cron or at. [...] It looks - like the problem is that fetchmail is having difficulty opening an SMTP - connection to push mail to, but I'm somewhat baffled as to why that might be. - (I guess a better way of saying that is that I'm having trouble figuring - why it wouldn't just break *all* the time.) - * fetchmail has been reported to break when processing 0-length (bodyless) messages retrieved via IMAP. It is not clear whether this is a fetchmail bug or a glitch in some specific IMAP server. (Such messages are sometimes @@ -34,6 +27,12 @@ every user entry in a multi-user poll declaration. ------------------------------------------------------------------------------ +pl 3.9.4 (): +* Fixed a compilation glitch for systems like SunOS & others without atexit(3). +* Fixed a compilation glitch in daemonize for HP-UX. + +------------------------------------------------------------------------------ + pl 3.9.3 (Wed May 7 11:40:47 EDT 1997): * Fix for -I option from George Sipe. * Finally got error.c to compile under AIX, thanks to Dave Vinish. |