summaryrefslogtreecommitdiff
path: root/mailman/queue/outgoing.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-03-27 05:14:14 -0400
committerBarry Warsaw2008-03-27 05:14:14 -0400
commit17f286de64cb3373d68c4fefba6d9369b4e3f960 (patch)
tree5078531044f0574dfa340a389bd6d0bb9eea717f /mailman/queue/outgoing.py
parentde9deb660c5d48a083f0c56916cca6aa0cb010b3 (diff)
downloadmailman-17f286de64cb3373d68c4fefba6d9369b4e3f960.tar.gz
mailman-17f286de64cb3373d68c4fefba6d9369b4e3f960.tar.zst
mailman-17f286de64cb3373d68c4fefba6d9369b4e3f960.zip
Diffstat (limited to 'mailman/queue/outgoing.py')
-rw-r--r--mailman/queue/outgoing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mailman/queue/outgoing.py b/mailman/queue/outgoing.py
index 31599e5ee..838d7d137 100644
--- a/mailman/queue/outgoing.py
+++ b/mailman/queue/outgoing.py
@@ -60,7 +60,6 @@ class OutgoingRunner(Runner, BounceMixin):
if time.time() < deliver_after:
return True
# Make sure we have the most up-to-date state
- mlist.Load()
try:
pid = os.getpid()
self._func(mlist, msg, msgdata)