aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-12-01 08:11:03 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-12-01 08:11:03 +0000
commit3a9bd90ec9f22692e249b62bd9b076a084e3d5cd (patch)
tree7424a48c807fa389c45a32de935e9b13fa52ac4d /NEWS
parentbf32bf553b664f8fcef0dab2458eed6cbde144dc (diff)
downloadfetchmail-3a9bd90ec9f22692e249b62bd9b076a084e3d5cd.tar.gz
fetchmail-3a9bd90ec9f22692e249b62bd9b076a084e3d5cd.tar.bz2
fetchmail-3a9bd90ec9f22692e249b62bd9b076a084e3d5cd.zip
Allow multidrop to be handled if all sites have `no dns' on.
svn path=/trunk/; revision=1552
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 00bdedd9..00573545 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,6 @@
* More log levels?
* Allow an explicit "append" option to specify what reqwrite appends? (For
when user's pop3 host isn't the same as his SMTP host.)
-* Add logic to check whether *all* entries have `no dns' in them and allow
- fetchmail to proceed in that case even if dns is down.
* Periodically check for listener-up and croak gracefully if it's not.
* Rewrite maps "From: John Smith (Systems) <jsmith@domain>" to
"From: John Smith@my.pop.server (Systems) <jsmith@domain>". Is this
@@ -26,8 +24,10 @@ fetchmail-4.3.4 (Sat Nov 22 01:51:41 EST 1997)
before anything else gets done (suggested by Greg Stark).
* Added Gordon Matzigkeit's warning about -F to the man page.
* Improved POP3 protocol-synchronization error messages.
+* Allow fetchmail to proceed in that case even if DNS is down or unavailable
+ if all multidrop entries have `no dns'.
-There are 277 people on fetchmail-friends and 92 on fetchmail-announce.
+There are 274 people on fetchmail-friends and 95 on fetchmail-announce.
fetchmail-4.3.3 (Sat Nov 22 01:51:41 EST 1997)
* Robert Hardy <rhardy@webcon.net>'s patch to use IMAP EXAMINE in check mode.