diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-08 22:11:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-08 22:11:54 +0000 |
commit | ddb6ad5e4757c872d8153072fed52de54561c6a6 (patch) | |
tree | 37bc4e471d35eff27f039775abb5134bd6893dcb /NEWS | |
parent | 62472c27003c5a45d01d35b7e39f7145fa6dda1d (diff) | |
download | fetchmail-ddb6ad5e4757c872d8153072fed52de54561c6a6.tar.gz fetchmail-ddb6ad5e4757c872d8153072fed52de54561c6a6.tar.bz2 fetchmail-ddb6ad5e4757c872d8153072fed52de54561c6a6.zip |
We no longer attempt delivery to multidrop mailboxes in the presence
of DNS errors.
svn path=/trunk/; revision=519
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ Release Notes: -pl 1.9.10 (): -* Better error messages on SMTP failure. +pl 1.9.9 (): * Accept Resent-From & Apparently-From a la RFC822. * Include file fixes for Solaris 2.5 and FreeBSD 2.2. +* Improved error notification on SMTP and no-matching-local-address errors. +* Delivery to multidrop mailboxes now always aborts on DNS errors. pl 1.9.8 (Wed Nov 6 16:40:34 EST 1996): * Don't append spurious NUL to the headers, qmail actually notices it. |