aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-06 04:59:59 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-06 04:59:59 +0000
commit72925acd2e14bc2d0f67df235d405c24b9c11a51 (patch)
tree3d20d8230a7cce143feee781acfcb608e2fa301a /NEWS
parent46c5e84c827ac46b14dc324a32e4eb76a38bd91c (diff)
downloadfetchmail-72925acd2e14bc2d0f67df235d405c24b9c11a51.tar.gz
fetchmail-72925acd2e14bc2d0f67df235d405c24b9c11a51.tar.bz2
fetchmail-72925acd2e14bc2d0f67df235d405c24b9c11a51.zip
Crap out on nonzero MDA return status.
svn path=/trunk/; revision=235
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 18 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 9d472f3d..595b4ce2 100644
--- a/NEWS
+++ b/NEWS
@@ -18,25 +18,33 @@ Inflict severe pain on the person(s) responsible for removing LAST from POP3.
fetchmail-1.6 ():
+features --
+
+* You can now have multiple entries for the same server but different
+ users, and the right thing will happen (each user's mailbox will
+ be queried). Even better, you can now specify multiple users in a
+ single server entry.
+
+* Restore --mda, seems some people either can't run a port 25 listener
+ due to bizarre dynamic-SLIP problems, or won't for security reasons.
+
+* When delivering to an MDA, print error and die (before deleting the message!)
+ if the MDA returns nonzero status. Better safe than sorry.
+
+bug fixes --
+
* Makefile fixes for correct linking on Sparcs and avoiding duplication of
the md5 files (leading to harmless install-time error messages).
* Fix a bonehead coding error in pop3_delete() that was masked by the
Intel register architecture. *blush* Thanks to Jay Anderson.
-* Restore --mda, seems some people either can't run a port 25 listener
- due to bizarre dynamic-SLIP problems, or won't for security reasons.
-
* Fix bug that prevented SMTP from being specified on the defaults line.
-* Allow program to run with no .fetchmailrc file again.
-
-* Allow program to generate correct lockfiles under zsh.
+* Allow program to generate correct lockfiles when USER is undefined
+ (i.e. under zsh).
-* You can now have multiple entries for the same server but different
- users, and the right thing will happen (each user's mailbox will
- be queried). Even better, you can now specify multiple users in a
- single server entry.
+* Allow program to run with no .fetchmailrc file again.
fetchmail-1.5 (Thu Oct 3 04:35:15 EDT 1996):