summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1999-03-26 16:12:36 +0000
committerbwarsaw1999-03-26 16:12:36 +0000
commitdf5e47f456ad7da8a729fdf40ce9cd88ee8e375f (patch)
tree3f411fcb03c8f3bd973f7951bdb12cd780aca352
parent40e684ca5eed67b33862e1ed527a12303229d34f (diff)
downloadmailman-df5e47f456ad7da8a729fdf40ce9cd88ee8e375f.tar.gz
mailman-df5e47f456ad7da8a729fdf40ce9cd88ee8e375f.tar.zst
mailman-df5e47f456ad7da8a729fdf40ce9cd88ee8e375f.zip
Added all changes b/w 1.0b9 and 1.0b10
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5b3b3ec08..bb1355a50 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,36 @@ Mailman - The GNU Mailing List Management System
Copyright (C) 1998 by the Free Software Foundation, Inc.
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+1.0b10
+
+- New script bin/sync_members which can be used to synchronize a
+ list's membership against a flat (e.g. sendmail :include: style)
+ file.
+
+- bin/add_members and bin/remove_members now accept addresses on the
+ command line with `-' as the value for the -d and -n options.
+
+- Added variable USE_ENVELOPE_SENDER to Defaults.py for site-wide
+ configuration of address matching scheme. With this variable set to
+ true, the envelope sender (e.g. Unix "From_" header) is used to
+ match addresses, otherwise the From: header is used. Envelope
+ sender matching seems not to work on many systems. This variable is
+ currently defaulted to 1, but may change to 0 for the final release.
+
+- Reorganization of the membership management admin page. Also member
+ addresses are linked to their options page. Only the `General'
+ category has the admin password change form.
+
+- Major reorganization of email command handling and responses.
+ `notmetoo' is the preferred email command instead of `norcv',
+ although the latter is still accepted as an argument. If more than
+ 5 errors are found in the message, command processing is halted.
+
+- User options page now shows the user their case-preserved subscribed
+ address as well.
+
+- The usual assortment of bug fixes.
+
1.0b9
- New bin scripts: clone_member, list_members, add_members (a