"Zbigniew Szalbot" <[EMAIL PROTECTED]> wrote:

>Hello,
>
>Is there a script to insert users from a mysql database into mailman?
>
>I can do it manually but I am wondering if there is a script to load a
>list of subscribers from a mysql database to a specific mailman list
>and if it is one which can be automated?
>
>Thank you in advance!
>
>Zbigniew Szalbot

You can create a flat file from the database and use

     sync_members -w=no -g=no -d=no -a=no -f flatfile $listname

to synch the membership list quietly (without any notification to
new subscribers or those who are unsubscribed).  I do this for many
of my lists every day via cron.
----------------------------------------------------------------------
Barry S. Finkel
Computing and Information Systems Division
Argonne National Laboratory          Phone:    +1 (630) 252-7277
9700 South Cass Avenue               Facsimile:+1 (630) 252-4601
Building 222, Room D209              Internet: [EMAIL PROTECTED]
Argonne, IL   60439-4828             IBMMAIL:  I1004994

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@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/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