[Mailman-Users] changing EVERY member EMAIL ADDRESS?
Teo de Hesselle
teo.dehesselle at uts.edu.au
Tue Mar 6 00:31:00 CET 2001
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: yadda at company.com
> new: yadda at corp.company.com
>
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.
More information about the Mailman-Users
mailing list