diff options
| author | Barry Warsaw | 2008-03-27 05:14:14 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-03-27 05:14:14 -0400 |
| commit | 17f286de64cb3373d68c4fefba6d9369b4e3f960 (patch) | |
| tree | 5078531044f0574dfa340a389bd6d0bb9eea717f /mailman/queue/outgoing.py | |
| parent | de9deb660c5d48a083f0c56916cca6aa0cb010b3 (diff) | |
| download | mailman-17f286de64cb3373d68c4fefba6d9369b4e3f960.tar.gz mailman-17f286de64cb3373d68c4fefba6d9369b4e3f960.tar.zst mailman-17f286de64cb3373d68c4fefba6d9369b4e3f960.zip | |
Diffstat (limited to 'mailman/queue/outgoing.py')
| -rw-r--r-- | mailman/queue/outgoing.py | 1 |
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) |
