diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-10 17:30:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-10 17:30:27 +0000 |
commit | 4921b3e5563662f31ee641bdffd8e1cd769f7ca2 (patch) | |
tree | f5cf51668012a1c458f46ed30ca1b67eade37bdd | |
parent | 039d6ce7ab84c60729983ec24159fb9b89aa4558 (diff) | |
download | fetchmail-4921b3e5563662f31ee641bdffd8e1cd769f7ca2.tar.gz fetchmail-4921b3e5563662f31ee641bdffd8e1cd769f7ca2.tar.bz2 fetchmail-4921b3e5563662f31ee641bdffd8e1cd769f7ca2.zip |
More warnings about the evils of multidrop.
svn path=/trunk/; revision=1257
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 12 |
2 files changed, 3 insertions, 11 deletions
diff --git a/Makefile.in b/Makefile.in index a007708d..1000705c 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=4.0.8 +VERS=4.1.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -1,18 +1,9 @@ - Known But Unresolved Bugs: - -* In multidrop mode without an applicable localdomain, addresses of the - form "foo"@bar.com are not parsed correctly, even though they are - technically RFC822 legal. The general problem is mentioned on the man page. - Features To Consider * Generate bounce messages when delivery is refused. See RFC1891, RFC1894. - -* More log levels? - * Use the libmd functions for md5 under Free BSD? (Low priority.) - * Send notification mail on messages skipped due to --limit? +* More log levels? Other TO-DO items: @@ -25,6 +16,7 @@ fetchmail-4.1.0 () * Make the RPM depend on `smtpdaemon', which the sendmail package provides. * Clean up the Interactive UNIX System V/386 Release 3.2 port. * Enable parser to detect and complain about the most common syntax error. +* More warnings about things that can go wrong with multidrop. There are 262 people on the fetchmail-friends list. |