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

_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to