Steven Boger wrote:

> My company just changed its email address - our internal mailing lists -
> totaling over 1000 email addresses need to changed to reflect this new
> address.....
> 
> How would I do this? This is basically what I need to change:
> old: [EMAIL PROTECTED]
> new: [EMAIL PROTECTED]
> 

You can use configlist -o - listname | sed s/foo/bar/ | configlist -i -
listname.

This changes all the list config over to the new hostname. You can use
similar commands to change the members over (list_members into a file,
then remove_members, sed the file, then add_members)

Wish someone had told me all this before I had to move ~100 lists to a
new host. What we did was messy.

HTH.

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to