MM 2.0.2: AttributeError: MMAlreadyMember
Here is the error I get when attempting to approve subscription Request on "confirm+approval" list. thanks, Mentor --- Mar 07 17:07:00 2001 admin(15231): @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ admin(15231): [----- Mailman Version: 2.0.2 -----] admin(15231): [----- Traceback ------] admin(15231): Traceback (most recent call last): admin(15231): File "/opt/home/mailman/scripts/driver", line 96, in run_main admin(15231): main() admin(15231): File "/opt/home/mailman/Mailman/Cgi/admindb.py", line 88, in main admin(15231): HandleRequests(mlist, doc, cgidata) admin(15231): File "/opt/home/mailman/Mailman/Cgi/admindb.py", line 271, in HandleRequests admin(15231): preserve, forward, forwardaddr) admin(15231): File "/opt/home/mailman/Mailman/ListAdmin.py", line 133, in HandleRequest admin(15231): status = self.__handlesubscription(data, value, comment) admin(15231): File "/opt/home/mailman/Mailman/ListAdmin.py", line 331, in __handlesubscription admin(15231): except Errors.MMAlreadyMember: admin(15231): AttributeError: MMAlreadyMember ....
On Wed, Mar 07, 2001 at 05:11:41PM -0500, Mentor Cana wrote:
Here is the error I get when attempting to approve subscription Request on "confirm+approval" list.
admin(15231): File "/opt/home/mailman/Mailman/ListAdmin.py", line 331, in __handlesubscription admin(15231): except Errors.MMAlreadyMember: admin(15231): AttributeError: MMAlreadyMember ....
Oh, fscking cramp. I hope Barry doesn't see this message until after he's on the plane back home, or at least after he bought me that beer he promised :-) I guess Barry will have to bring out a 2.0.3, sigh. My typo. You can fix it manually by changing line 331 of ListAdmin.py to 'except Errors.MMAlreadyAMember:'. Note the extra 'A' between 'Already' and 'Member'. It's fixed in the current CVS tree as well as the 2.0 branch.
-- Thomas Wouters <thomas@xs4all.net>
Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
participants (2)
-
Mentor Cana
-
Thomas Wouters