[Mailman-Developers] oops - hit a bug - 1.0b11

Jeff Hahn Jeff Hahn <jeffh@streek.com>
Sat, 3 Apr 1999 18:17:15 -0600 (CST)


just noticed this in my logs from this afternoon - don't know if it's b11
specific...

I am able to reproduce the problem by:

1.	go to listinfo page
2.	hit link for archive (archive restricted to members)
3.	enter aaa@bbb.com for user ( any non member )
4.	enter 12345 (or anything else for password)
 
then I get the "oops" page...  I don't recall trying to access a
restricted archive as a non-member before this, so it may not be b11
specific.  I assume private.py should also be trapping the
MMNotAMemberError error...

-Jeff

Apr 03 18:04:13 1999 admin: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
admin: [----- Mailman Version: 1.0b11 -----]
admin: [----- Traceback ------]
admin: Traceback (innermost last):
admin:   File "/home/mailman/MM/scripts/driver", line 112, in run_main
admin:     main()
admin:   File "/home/mailman/MM/Mailman/Cgi/private.py", line 163, in main
admin:     if not list_name or not isAuthenticated(list_name):
admin:   File "/home/mailman/MM/Mailman/Cgi/private.py", line 120, in
isAuthenticated
admin:     listobj.ConfirmUserPassword( username, password)
admin:   File "/home/mailman/MM/Mailman/SecurityManager.py", line 76, in
ConfirmUserPassword
admin:     raise Errors.MMNotAMemberError
admin: MMNotAMemberError