On Tue, Sep 01, 2009 at 10:20:14AM -0500, Justin Long wrote:
> I moderate a mailman installation at http://www.strategicnetwork.org that
> has over 120,000 subscribers to various lists. Here are some functions that
> would be nice:'
> 1) the ability to add a new subscription to a given list without importing a
> text file. Right now it seems to be impossible to add a single address to a
> single list in the same way you can remove an address. This would be useful
> for adding a one-off email address change.
> 
> adduser -l /list/thelist john...@gmail.com

add_members -r- listname
<f...@example.org>
^d

> 2) the ability to change an email address en masse in all lists. At least
> once or twice a month I have people who write in who want to have their
> email address changed and they aren't technically minded enough to do this
> on their own. As a customer service issue it would be nice to simply
> accomodate them, e.g.
> 
> changeuser john...@gmail.com john...@smith.com

clone_member -r o...@example.org n...@example.org


-- 
``Sitting in a church doesn't make you a Christian,
  any more than sitting in a garage makes you a car.'' (spotted in Strasbourg)
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to