Since upgrading to Mailman 2.1.4 from v2.0.8 I have been getting the below errors in the log whenever a non-member tries to access a non existing account. They are also presented with the "we've hit a bug" screen which also displays the below information.
Is there some process that I can run to convert all of the "old style memberships" to whatever Mailman wants to stop this and have the person just get a screen that says he's not subscribed? Tim @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ admin(19326): [----- Mailman Version: 2.1.4 -----] admin(19326): [----- Traceback ------] admin(19326): Traceback (most recent call last): admin(19326): File "/var/mailman/scripts/driver", line 87, in run_main admin(19326): main() admin(19326): File "/var/mailman/Mailman/Cgi/options.py", line 226, in main admin(19326): password, user): admin(19326): File "/var/mailman/Mailman/SecurityManager.py", line 220, in WebAuthenticate admin(19326): ok = self.CheckCookie(ac, user) admin(19326): File "/var/mailman/Mailman/SecurityManager.py", line 300, in CheckCookie admin(19326): ok = self.__checkone(c, authcontext, user) admin(19326): File "/var/mailman/Mailman/SecurityManager.py", line 310, in __checkone admin(19326): key, secret = self.AuthContextInfo(authcontext, user) admin(19326): File "/var/mailman/Mailman/SecurityManager.py", line 105, in AuthContextInfo admin(19326): secret = self.getMemberPassword(user) admin(19326): File "/var/mailman/Mailman/OldStyleMemberships.py", line 102, in getMemberPassword admin(19326): raise Errors.NotAMemberError, member admin(19326): NotAMemberError: [EMAIL PROTECTED] ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
