aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-03-07 14:32:43 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-03-07 14:32:43 +0000
commit9ff30b595fcce9126cb44c155449aa218fdcefc7 (patch)
treea3a27e8d55e6219f161aaf2d272d5fb43b9e99e4 /NEWS
parent3a86e7e6d5137d352ea61ce10c799632d21ab7d2 (diff)
downloadfetchmail-9ff30b595fcce9126cb44c155449aa218fdcefc7.tar.gz
fetchmail-9ff30b595fcce9126cb44c155449aa218fdcefc7.tar.bz2
fetchmail-9ff30b595fcce9126cb44c155449aa218fdcefc7.zip
Ready for the UIDL patch.
svn path=/trunk/; revision=918
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 15 insertions, 18 deletions
diff --git a/NEWS b/NEWS
index f2477276..60798334 100644
--- a/NEWS
+++ b/NEWS
@@ -1,32 +1,29 @@
To Do:
-1. George Sipe reports that --monitor is broken.
+George Sipe reports that --monitor is broken.
This needs to be fixed. --interface seems to work OK, so the error is
evidently something pretty specific to the --monitor code.
-2. Rethink the handling of DNS errors in multidrop mode.
+ Release Notes:
-The present behavior is to suppress forwarding and deletion of the
-individual message that each occurs in, leaving it queued on the server
-for retrieval on a subsequent poll. The assumption is that DNS
-errors are transient, due to temporary server outages.
+------------------------------------------------------------------------------
+fetchmail-3.8 ()
-Unfortunately this means that if a DNS error is permanent a message
-can be perpetually stuck in the server mailbox. We've had a couple
-bug reports of this kind due to subtle RFC822 parsing errors in the fetchmail
-code that resulted in impossible things getting passed to the DNS lookup
-routines.
+features --
-Alternative ways to handle the problem: ignore DNS errors (treating
-them as a non-match on the mailserver domain), or forward messages
-with errors to fetchmail's invoking user in addition to any other
-recipients. These would fit an assummption that DNS lookup errors are
-likely to be permanent problems associated with an address.
+* More FAQ material on using `localdomains'.
-I'm not sure which is long-term appropriate.
+* compilation hacks for ISC 4.0 (thanks, Larry Jones!)
- Release Notes:
+bugs --
+
+* enabled ETRN and RPOP command-line option
+
+* yet another attempt to fix the error.c compilation problems under
+ Solaris and NEXTSTEP.
+
+* handle \( and \) correctly in RFC822 comments.
------------------------------------------------------------------------------
fetchmail-3.7 (Fri Feb 21 17:38:40 EST 1997)