Update of /cvsroot/mailman/mailman/Mailman/Queue
In directory usw-pr-cvs1:/tmp/cvs-serv30607/Mailman/Queue
Modified Files:
BounceRunner.py
Log Message:
_dispose(): Since the BounceRunner doesn't normally need to lock the
list, call mlist.Load() so we can be sure we've got the most current
state.
Index: BounceRunner.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Queue/BounceRunner.py,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -d -r2.12 -r2.13
*** BounceRunner.py 26 Mar 2002 22:23:46 -0000 2.12
--- BounceRunner.py 1 Apr 2002 16:32:18 -0000 2.13
***************
*** 36,39 ****
--- 36,41 ----
def _dispose(self, mlist, msg, msgdata):
+ # Make sure we have the most up-to-date state
+ mlist.Load()
outq = get_switchboard(mm_cfg.OUTQUEUE_DIR)
# There are a few possibilities here:
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins