aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-11-10 00:41:29 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-11-10 00:41:29 +0000
commit47f2f5cad98015791e12c1c339a6917435370ec8 (patch)
treedc10e3e781a52aae6a1449f2431141481aeeed15 /NEWS
parent3f82c677f638c878741db90891e67404697b907c (diff)
downloadfetchmail-47f2f5cad98015791e12c1c339a6917435370ec8.tar.gz
fetchmail-47f2f5cad98015791e12c1c339a6917435370ec8.tar.bz2
fetchmail-47f2f5cad98015791e12c1c339a6917435370ec8.zip
Fix Debian Bug#317761: when trying to send a bounce message, don't bail
out if we cannot qualify our own hostname, so we aren't losing the bounce. Instead, pass the buck on to the SMTP server and use our own unqualified hostname. svn path=/trunk/; revision=4399
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index feabf655..26ecc71a 100644
--- a/NEWS
+++ b/NEWS
@@ -267,6 +267,10 @@ fetchmail 6.3.0 (not yet released officially):
* When eating IMAP message trailer, don't see any line containing "OK" as the
end of the trailer, but wait for the proper tagged OK line. To work around
the qmail + Courier-IMAP problem in Debian Bug#338007. Matthias Andree
+* Fix Debian Bug#317761: when trying to send a bounce message, don't bail out
+ if we cannot qualify our own hostname, so we aren't losing the bounce.
+ Instead, pass the buck on to the SMTP server and use our own unqualified
+ hostname. Matthias Andree
# INTERNAL CHANGES
* Switched to automake. Matthias Andree.