[Mailman-Users] Copying Lists

Ralf Hildebrandt Ralf.Hildebrandt at charite.de
Wed Dec 20 22:07:11 CET 2006


* 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


More information about the Mailman-Users mailing list