Re: [Mailman-Users] getting list members from mysql

2008-09-14 Thread Fil
> 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. Yes it could work too; but it would mean that

Re: [Mailman-Users] charset/accents

2008-09-14 Thread Mark Sapiro
denis wrote: > >With mailman 2.1.9-7 under debian, a subscriber post a message on a list >with "Content-Type: text/plain; charset ="iso-8859-1" and many people >get the message without accents. MANY people or ALL people? If it is many, but not all, what is different about those that receive it

Re: [Mailman-Users] getting list members from mysql

2008-09-14 Thread Mark Sapiro
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

Re: [Mailman-Users] getting list members from mysql

2008-09-14 Thread Fil
> (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 -- Fil -- Mailman

[Mailman-Users] getting list members from mysql

2008-09-14 Thread Peter Molnar
Hi! I'd like to get the members of a certain Mailman mailing list from a MySQL database, preferebly online. (Not refreshing Mailman's DB periodically, but getting Mailman to use my MySQL DB instead of its own). If this is not possile, then please help me, how can I refresh Mailman's DB using a scr