Update of /cvsroot/mailman/mailman/Mailman/Queue
In directory usw-pr-cvs1:/tmp/cvs-serv30976/Mailman/Queue
Modified Files:
NewsRunner.py
Log Message:
_dispose(): Since the runner doesn't normally need to lock the list,
call mlist.Load() so we can be sure we've got the most current state.
Index: NewsRunner.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Queue/NewsRunner.py,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -d -r2.10 -r2.11
*** NewsRunner.py 2 Mar 2002 20:49:23 -0000 2.10
--- NewsRunner.py 1 Apr 2002 16:33:48 -0000 2.11
***************
*** 51,54 ****
--- 51,56 ----
def _dispose(self, mlist, msg, msgdata):
+ # Make sure we have the most up-to-date state
+ mlist.Load()
if not msgdata.get('prepped'):
prepare_message(mlist, msg, msgdata)
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins