[Mailman-Users] changing EVERY member EMAIL ADDRESS?

Billy Shaw wshaw at organic.com
Mon Mar 5 23:13:27 CET 2001


Try using sed on your aliases file.

sed 's/@company.com/@corp.company.com/g' aliases > aliases.new

readn aliases.new and make sure it happened the way you want. then put it
into
production.

Billy-


Steven Boger wrote:

> Hello!
>
> I have looked through the archives, and never found a definate answer to
> this one.
>
> 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
>
> any help would be appreciated.
>
> -Steven
>
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users





More information about the Mailman-Users mailing list