![](https://secure.gravatar.com/avatar/56f108518d7ee2544412cc80978e3182.jpg?s=120&d=mm&r=g)
Sept. 1, 2009
4:43 p.m.
Justin Long wrote:
- 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 johndoe@gmail.com
It's awkward, but
echo johndoe@gmail.com | bin/add_members -r - thelist
will do it or you could make an adduser shell script to parse your arguments and call add_members appropriately
- 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 johndoe@gmail.com johndoe@smith.com
See <http://www.msapiro.net/scripts/change_member_address.py>
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan