diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-05 22:28:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-05 22:28:47 +0000 |
commit | 0cfc0e3ece076370268668ed1b990ac2561f2b6e (patch) | |
tree | 43199ee898c9f424c77ee6aa21757a0be7441280 /NEWS | |
parent | ba0ae7f81d99f361dd4a8dd24694fb377c8fb63d (diff) | |
download | fetchmail-0cfc0e3ece076370268668ed1b990ac2561f2b6e.tar.gz fetchmail-0cfc0e3ece076370268668ed1b990ac2561f2b6e.tar.bz2 fetchmail-0cfc0e3ece076370268668ed1b990ac2561f2b6e.zip |
Fix the buglist.
svn path=/trunk/; revision=1071
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -13,15 +13,19 @@ every user entry in a multi-user poll declaration. 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 + * Dave Holland <dave@zenda.demon.co.uk> thinks it's a misfeature that --fetchall overrides --limit. He may have a point. Perhaps I should re-code this so --limit is still operative with --fetchall on, but you can turn off the size limit with --limit 0. -* Use the libmd functions for md5 under Free BSD? (Low priority.) +* Generate bounce messages when delivery is refused. See RFC1891, RFC1894. * More log levels? +* Use the libmd functions for md5 under Free BSD? (Low priority.) + Release Notes: ------------------------------------------------------------------------------ |