aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-11-08 16:53:54 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-11-08 16:53:54 +0000
commit45bcf00ee95d474f989d5594da378116d63702be (patch)
treebaeb26c4b1f80cd7babb0cb28950a682b71b5fa5 /NEWS
parent63e45826907ea86d967c5903fc31fbde5977db73 (diff)
downloadfetchmail-45bcf00ee95d474f989d5594da378116d63702be.tar.gz
fetchmail-45bcf00ee95d474f989d5594da378116d63702be.tar.bz2
fetchmail-45bcf00ee95d474f989d5594da378116d63702be.zip
Easy bug fixes for this round.
svn path=/trunk/; revision=3543
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 542f0327..be11b9da 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,19 @@
(The `lines' figures total .c, .h, .l, and .y files under version control.)
* Changed the logging logic along lines suggested by Jan Klaverstijn,
+* fetchmauilconf looks first in the directory it's running from to find
+ fetchmail.
+* Make sure we vet a success status correctly from open_smtp_sink()
+ and open_bsmtp_sink().
+* Matthias Andree's env.c patch to refuse service when QMAILINJECT is defined.
+* Immediately abort if a non-empty QMAILINJECT environment variable is
+ found. If it is set and contains f or i, qmail-inject or qmail's
+ sendmail `compatibility' wrapper will rewrite From: or Message-ID:
+ headers, respectively. En passant, fix the bug that program_name was
+ not filled in before used when the user's ID had no PW entry, leading
+ to (null) or crash when printing the error message. Patch by Matthias
+ Andree.
+* NextStep and OpenStep port patch from Eric Sunshine.
fetchmail-5.9.4 (Wed Oct 3 07:47:45 EDT 2001), 21104 lines: