diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-16 14:35:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-16 14:35:09 +0000 |
commit | 873de9b9e6309f4ee55c535e9824d013a5a9f252 (patch) | |
tree | 2609c90334824ed8f326430045172b97a8c4c060 /NEWS | |
parent | 5c9a4085da057be1ce1f1ce74e0cfa858b27c404 (diff) | |
download | fetchmail-873de9b9e6309f4ee55c535e9824d013a5a9f252.tar.gz fetchmail-873de9b9e6309f4ee55c535e9824d013a5a9f252.tar.bz2 fetchmail-873de9b9e6309f4ee55c535e9824d013a5a9f252.zip |
Handle multiple To: headers.
svn path=/trunk/; revision=1102
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,9 +4,6 @@ form "foo"@bar.com are not parsed correctly, even though they are technically RFC822 legal. The general problem is mentioned on the man page. -* If a message has more than two destination headers of the same kind (such - as To, or Cc), only the last one will be checked for multidrop addresses. - Features To Consider * Generate bounce messages when delivery is refused. See RFC1891, RFC1894. @@ -18,6 +15,9 @@ Release Notes: ------------------------------------------------------------------------------ +pl 3.9.9 (): +* We can now process multiple To headers a la Microsoft Exchange Server. + pl 3.9.8 (Sat Jun 14 14:19:32 EDT 1997): * Fetchmail is now normally built with optimization. * POP2 support is no longer compiled by default, but you can configure |