From 61614efc129a445eca6729406def9821446646b5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 21 Feb 1997 22:40:06 +0000 Subject: Ready to ship. svn path=/trunk/; revision=915 --- Makefile.in | 2 +- NEWS | 32 +++++++++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 05728a0f..018b701d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=3.6 +VERS=3.7 PL=0 # Ultrix 2.2 make doesn't expand the value of VPATH. diff --git a/NEWS b/NEWS index 32eeac29..0741685c 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,35 @@ + To Do: + +1. 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. + +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. + +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. + +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. + +I'm not sure which is long-term appropriate. + Release Notes: ------------------------------------------------------------------------------ -fetchmail-3.7 () +fetchmail-3.7 (Fri Feb 21 17:38:40 EST 1997) features -- @@ -23,6 +51,8 @@ bugs -- * Fix parsing bug that broke UIDL-processing code. +There are 233 people on the fetchmail-friends list. + ------------------------------------------------------------------------------ fetchmail-3.6 (Mon Feb 17 00:19:55 EST 1997) -- cgit v1.2.3