[Mailman-Developers] Couple more small bugs in current CVS
Dan Mick
dan.mick@west.sun.com
Thu, 03 Jan 2002 04:19:48 -0800
Mailed these to Barry too, but again, just in case anyone else is running
into them before Barry gets to them:
Symptom: going to Digest option page doesn't work.
Index: Mailman/Cgi/admin.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Cgi/admin.py,v
retrieving revision 2.54
diff -r2.54 admin.py
620c620
< if value is None:
---
> if value is None and varname[0] != '_':
Symptom: changing real name or subscription address doesn't work.
Index: Mailman/MailList.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/MailList.py,v
retrieving revision 2.52
diff -r2.52 MailList.py
816c816
< if not mlist.isMember(oldaddr):
---
> if not mlist.isMember(addr):