* Josh Baird <[EMAIL PROTECTED]>:
> 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)         [EMAIL PROTECTED]
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 [EMAIL PROTECTED]
------------------------------------------------------
Mailman-Users mailing list
[email protected]
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/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to