aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-07 20:02:46 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-07 20:02:46 +0000
commit6628ef5482bddc1f837f83f0581388d4b173c3fd (patch)
treef1c218de4b008b0244721cb455dca56836cb92e5
parentec62ab40d4da8dffc8dd9fdc0bae97daa429ade0 (diff)
downloadfetchmail-6628ef5482bddc1f837f83f0581388d4b173c3fd.tar.gz
fetchmail-6628ef5482bddc1f837f83f0581388d4b173c3fd.tar.bz2
fetchmail-6628ef5482bddc1f837f83f0581388d4b173c3fd.zip
Use EXAMINE for fetchmail.c
svn path=/trunk/; revision=3218
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 78a902c7..0d7dbaaa 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,11 @@
servers (better handling of timeout at session start).
* Make `fetchmail --configdump' work when there's a defaults entry.
* Incorporated HMH's build fixes.
+* Added FALLBACK_MDA; fetchmail now looks for procmail or sendmail at
+ build time and uses it if it can't open port 25 for local delivery.
+* Incorporated Red Hat fixes for GSSAPI, configure.in.
+* Bailing out on read-only messages breaks fetchmail -c. To avoid this,
+ use EXAMINE rather than SELECT in that case.
fetchmail-5.7.2 (Sun Mar 4 19:05:57 EST 2001), 20167 lines: