diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-26 00:24:06 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-26 00:24:33 +0100 |
commit | a02ccfaeb28ac0cd1d8f2020b238c4861e068666 (patch) | |
tree | 5bf19de3a97be6459e9f7c4d3e2fe0d617b0e207 /NEWS | |
parent | 7a33fb4c7bbaf1d026fd6acc4591feb746bda744 (diff) | |
download | fetchmail-a02ccfaeb28ac0cd1d8f2020b238c4861e068666.tar.gz fetchmail-a02ccfaeb28ac0cd1d8f2020b238c4861e068666.tar.bz2 fetchmail-a02ccfaeb28ac0cd1d8f2020b238c4861e068666.zip |
BSMTP error reporting and stdout handling fixes
* Do not close stdout when using mda and "bsmtp -" at the same time.
* Log operating system errors when BSMTP writes fail.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ fetchmail 6.3.15 (not yet released): * In the rcfile, recognize "local" as abbreviation for "localdomains", as documented. The short form has not ever worked since this feature was added in January 1997. Reported by Frédéric Marchal. +* Do not close stdout when using mda and "bsmtp -" at the same time. +* Log operating system errors when BSMTP writes fail. # CHANGES * The repository has been converted and moved from the Subversion (SVN) format |