diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-21 22:40:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-21 22:40:06 +0000 |
commit | 61614efc129a445eca6729406def9821446646b5 (patch) | |
tree | c0bb26843b2d425d11b988a9da553918d928881d /NEWS | |
parent | c7792bd46b72f53bd0566d03eab374e7c6885037 (diff) | |
download | fetchmail-61614efc129a445eca6729406def9821446646b5.tar.gz fetchmail-61614efc129a445eca6729406def9821446646b5.tar.bz2 fetchmail-61614efc129a445eca6729406def9821446646b5.zip |
Ready to ship.
svn path=/trunk/; revision=915
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -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) |