On Sun, 2005-09-04 at 13:51, Mark Sapiro wrote: > You have to insure that calls to getMembers(), getRegularMemberKeys(), > etc. go to the LDAP directory each time and don't rely on previously > retrieved information. > > Either that or perhaps set up a cron to do 'bin/mailmanctl restart' > periodically to resync.
Or better yet, hook into the MailList instance by overloading the Load() method to resync with LDAP. You'll need to use the extend.py extension mechanism to do this. Read the code for MailList.__init__() for details. -Barry
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Mailman-Developers mailing list [email protected] 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&file=faq01.027.htp
