diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-25 10:37:41 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-25 10:37:41 +0000 |
commit | 147645e1a71350d168dd3c4df0f11b140373b09f (patch) | |
tree | 0174c06785508333753122cc8e92f79bb2678c17 /NEWS | |
parent | 0a748411f89586dd5f2484879e30fc7de271fec7 (diff) | |
download | fetchmail-147645e1a71350d168dd3c4df0f11b140373b09f.tar.gz fetchmail-147645e1a71350d168dd3c4df0f11b140373b09f.tar.bz2 fetchmail-147645e1a71350d168dd3c4df0f11b140373b09f.zip |
Fix bounce message detail regression from 6.3.0.
Non-delivery messages now mention the original reason for the bounce
message again. It was lost in merging Holger Mauermann's patch before
6.3.0, and caused a sink.c compiler warning ever since.
svn path=/branches/BRANCH_6-3/; revision=5332
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,8 @@ fetchmail 6.3.10 (not yet released): illogical, and documentation hadn't matched real behaviour for long. * For NTLM authentication, use dynamically allocated buffers. Fixes Debian Bug#449179, reported by Stepan Golosunov. +* Non-delivery notices ("bounce mail") now mentions the original reason again, + before the address list. This fixes a regression introduced in 6.3.0. # CHANGES * Make the comparison of the SSL fingerprints case insensitive, to |