Title: RE: [Mailman-Users] MySQL?

you could consider writing a cronned script (perl/ python/ whatever can access mysql) that gets the e-mails out of the database (all of them), saves them in a temp-file and which uses the remove_member and add_member mailman (python) scripts to first remove (all) and then add (all) the users?

you could make it (and your database design) even more complex by using flags in your table to mark entries as 'to be added' and 'to be removed', have the script interpret those flags and clear them (+ remove removed entries) from the table.

but i'd stick to the simpler solution ;-)

frank

-----Original Message-----
From: Michael Lampman
To: [EMAIL PROTECTED]
Sent: 9/19/01 8:51 PM
Subject: [Mailman-Users] MySQL?

I have a  large mailing list of about 500.  Concurrently there is a
maintained MySQL  database that includes a column with these email
addresses.

Would there be any possibility of  getting mailman to draw the list
from MySQL thus making updates automatic?

Michael

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to