[Mailman-Users] Copying Lists

Josh Baird josh at jbdesign.net
Thu Dec 21 02:43:14 CET 2006


Thanks, I should have thought of that!

jb

> * Josh Baird <josh at jbdesign.net>:
>> Is there a way to copy LISTA to LISTB with the exact same settings?  I
>> need to make an identical copy of one list (the subscribers aren't
>> really
>> nessecery, but the settings are).
>
> #!/bin/bash
> # $1 oldlistname
> # $2 newlistname
> list_members $1 | add_members -r - $2
> config_list -o $1.config $1
> config_list -i $1.config $2
>
>
> --
> Ralf Hildebrandt (i.A. des IT-Zentrums)
> Ralf.Hildebrandt at charite.de
> Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450
> 570-155
> Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450
> 570-962
> IT-Zentrum Standort CBF                    send no mail to
> plonk at charite.de
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at python.org
> 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/josh%40jbdesign.net
>
> Security Policy:
> http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp


-- 
Josh Baird
JB Design - Professional Web Devel. & IT Consulting
Phone: (859) 583-4214
Fax: (859) 239-0031
http://www.jbdesign.net



More information about the Mailman-Users mailing list