$Revision: 1.16 $ * Figure out how to make passwords work. Currently using "!" as the default password, so that things don't barf, but that is probably not the right way to go about it. What is the Mailman equivalent of "No password", etc? * MYSQL_MEMBER_DB_WHERE so you can specify a "WHERE x = y" on all the queries in the database. ??? * MYSQL_MEMBER_DB_SOCKET, to support a local socket connection to the MySQL server. This should be easy using the "unix_socket" attribute of MySQLdb's connect call. * Ensure that what the patch is doing ties up with Barry's input wrt. what it should be doing. * Check up on whether Adrian Wells is correct with regards to the user flags ('hide', 'noemail', 'ack', 'not_metoo', and 'plain'), and hence columns in the adaptor's database tables are fully deprecated from Mailman, in favour of the user_options flag/column if so, make changes to the adaptor accordingly. * Adrian Wells Bouncer.py patch. Discuss with Mailman team. Is it the right way to go. Moving this patch deeper into the guts of mailman seems to be a little anathema to the whole idea of Member Adaptors in the first place, not to mention that it scares me a little ;-) * PRIORITY: Database escaping, need to work out how to to this with the Python MYSQLdb module, after all it would only take a well-crafted email to raise merry hell as things are at the moment.