Update of /cvsroot/mailman/mailman/Mailman/Cgi
In directory usw-pr-cvs1:/tmp/cvs-serv18981/Mailman/Cgi

Modified Files:
        admindb.py 
Log Message:
show_helds_overview(): We can always guarantee that the length of the
record in a message held request is always 6.


Index: admindb.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Cgi/admindb.py,v
retrieving revision 2.32
retrieving revision 2.33
diff -C2 -d -r2.32 -r2.33
*** admindb.py  23 Feb 2002 05:56:28 -0000      2.32
--- admindb.py  26 Mar 2002 20:57:28 -0000      2.33
***************
*** 427,435 ****
          for id in bysender[sender]:
              info = mlist.GetRecord(id)
!             if len(info) == 5:
!                 ptime, sender, subject, reason, filename = info
!                 msgdata = {}
!             else:
!                 ptime, sender, subject, reason, filename, msgdata = info
              # BAW: This is really the size of the message pickle, which should
              # be close, but won't be exact.  Sigh, good enough.
--- 427,431 ----
          for id in bysender[sender]:
              info = mlist.GetRecord(id)
!             ptime, sender, subject, reason, filename, msgdata = info
              # BAW: This is really the size of the message pickle, which should
              # be close, but won't be exact.  Sigh, good enough.


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to