aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-24 20:41:57 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-24 20:41:57 +0000
commita5c5ce437bce689c08dabdbcd1107f3d0175539d (patch)
treefa0e59dcd9d5aad39333910f0856e90aed4c0306 /NEWS
parentc3d362f9c8a1dea65918ec84e72de1555992adc0 (diff)
downloadfetchmail-a5c5ce437bce689c08dabdbcd1107f3d0175539d.tar.gz
fetchmail-a5c5ce437bce689c08dabdbcd1107f3d0175539d.tar.bz2
fetchmail-a5c5ce437bce689c08dabdbcd1107f3d0175539d.zip
Support for multidrop mailboxes.
svn path=/trunk/; revision=374
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0148fd23..9d19d43b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,13 @@ fetchmail-1.9 (Mon Oct 21 13:42:07 EDT 1996):
features --
+* It is now possible to specify multiple local recipients by giving a list
+ of names following "to" or "is". Each local recipient is checked for in the
+ To:, Cc: and Bcc: headers of each message; if a match is found, the message
+ is sent to that local recipient. This makes it possible to do mailing
+ lists and multidrop mailboxes. See the man page for details (and note
+ the caveat in the BUGS AND KNOWN PROBLEMS section).
+
* The first message from a query now includes the number of old messages
when this can be determined (that is not under POP2).