Fil wrote in reply to Peter Molnar: >> (I only want to get one single mailing list to fetch members from MySQL, the >> other lists would use the standard Mailman DB) > >You will probably use bin/sync_members on a script that output the >list of subscribers periodically
Or you can use Fil's MySQL MemberAdaptor or an adaptation thereof to use a MySQL database for the list membership. See <http://trac.rezo.net/trac/rezo/browser/Mailman/> You can use the list specific extend.py mechanism to activate the MySQL MemberAdaptor for a single list. However, since Fil himself is recommending a different method, the adaptation of the MySQL MemberAdaptor to your database may not be easy. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 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://wiki.list.org/x/QIA9
