[Mailman-Developers] Mysql MemberAdaptor 1.61 and Mailman 2.1.6

Fil fil at rezo.net
Sat Oct 29 01:49:47 CEST 2005


Okay I found out how to install this stuff for just one list (test list):
use extend.py mechanism with:


lists/test/extend.py containing the following lines:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# import the MySQL stuff
from Mailman.MysqlMemberships import MysqlMemberships

# override the default for this list
def extend(mlist):
  mlist._memberadaptor = MysqlMemberships(mlist)
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

hope this helps

-- Fil



More information about the Mailman-Developers mailing list