[Mailman-Users] Batch address changes?

Mark Sapiro msapiro at value.net
Thu May 11 06:09:15 CEST 2006


Niemi Hannu wrote:
>
>Is there any way to update all the regex domain parts to another without
>manua interaction per address?


You could make use of the command line tools

bin/list_lists
bin/list_members
bin/clone_member

in a shell or other script to do this.

If you are at all familiar with Python, you could make a bin/withlist
script that calls mlist.ApprovedChangeMemberAddress(oldaddr, newaddr)
to do the change.

See
<http://mail.python.org/pipermail/mailman-users/2006-February/049447.html>
for some clues as to what housekeeping needs to be done in a script
like this.

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list