[ mailman-Bugs-920947 ] Exception when trying to edit non-member preferences

SourceForge.net noreply at sourceforge.net
Wed Mar 24 15:46:07 EST 2004


Bugs item #920947, was opened at 2004-03-22 13:09
Message generated for change (Comment added) made by ikarisan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=920947&group_id=103

Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Sylvain BEUCLER (beuc)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exception when trying to edit non-member preferences

Initial Comment:
At Savannah, you get:
"Bug in Mailman version 2.1.4

We're sorry, we hit a bug!

If you would like to help us identify the problem,
please email a copy of this page to the webmaster for
this site with a description of what happened. Thanks!
Traceback:

Traceback (most recent call last):
  File "/var/lib/mailman/scripts/driver", line 97, in
run_main
    main()
  File "/usr/lib/mailman/Mailman/Cgi/options.py", line
226, in main
    password, user):
  File "/var/lib/mailman/Mailman/SecurityManager.py",
line 220, in WebAuthenticate
    ok = self.CheckCookie(ac, user)
  File "/var/lib/mailman/Mailman/SecurityManager.py",
line 300, in CheckCookie
    ok = self.__checkone(c, authcontext, user)
  File "/var/lib/mailman/Mailman/SecurityManager.py",
line 310, in __checkone
    key, secret = self.AuthContextInfo(authcontext, user)
  File "/var/lib/mailman/Mailman/SecurityManager.py",
line 105, in AuthContextInfo
    secret = self.getMemberPassword(user)
  File
"/var/lib/mailman/Mailman/OldStyleMemberships.py", line
102, in getMemberPassword
    raise Errors.NotAMemberError, member
NotAMemberError: GianUberto.Lauri at eng.it



Python information:

Variable	Value
sys.version	2.3.3 (#2, Mar 10 2004, 17:12:43) [GCC
2.95.4 20011002 (Debian prerelease)]
sys.executable	/usr/bin/python
sys.prefix	/usr
sys.exec_prefix	/usr
sys.path	/usr
sys.platform	linux2"

when you enter a non-member address in the listinfo
page, in the small textbox with the button "unsubscribe
edit options".

It should display a user friendly message, just like
when you enter a malformed e-mail.


----------------------------------------------------------------------

Comment By: Thorsten Reichelt (ikarisan)
Date: 2004-03-24 21:46

Message:
Logged In: YES 
user_id=1005754

I have the same problem when I enter a non-member address.

But it works if you enter

dummyuser at domain

Just enter a full stop behind "domain" and the bug page appears!
(dummyuser at domain.)

sys.version	 2.3.3 (#2, Feb 24 2004, 09:29:20) [GCC 3.3.3
(Debian)]



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=920947&group_id=103



More information about the Mailman-coders mailing list