MemberAdaptor.py [lines 119-124] def getMemberPassword(self, member): """Return the member's password.
If the member KEY/LCE is not a member of the list, raise NotAMemberError. """ should there be a "raise NotImplemented" after the documentation stuff?? ie - is that the general rule to raise with any method in MemberAdaptor that we don't want implemented... Currently working on the LDAP authenticator and I don't want people to change their LDAP password with Mailman. :) Regards Donal --DCU-- _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers