Dave B wrote: >I have approximately 30 people who are subscribed to anywhere from 1 to >12 lists who have changed their domain from a.com to a .org. Is there a >way to change all email addresses in all lists with their current >domain to their new domain.
Not directly, but ... >I can probably write a php script that >breaks up the string returned by find_member and then loops through and >removes each member from each list and then adds them back with new >address but I wanted to check and see if there is some built in way to >do this in Mailman? > >Also, is there a command in /bin for editing a user? bin/clone_member will do most of what you want, but you'll have to run it 30 times in a shell or other script that loops through a list of the old/new addresses and runs the command once per user. If you meant that question in general, then no, there isn't a bin/ script (other than withlist) for changing user options in general. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
