summaryrefslogtreecommitdiff
path: root/Mailman/Queue/OutgoingRunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Queue/OutgoingRunner.py')
-rw-r--r--Mailman/Queue/OutgoingRunner.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mailman/Queue/OutgoingRunner.py b/Mailman/Queue/OutgoingRunner.py
index 0b3973999..681814a92 100644
--- a/Mailman/Queue/OutgoingRunner.py
+++ b/Mailman/Queue/OutgoingRunner.py
@@ -43,9 +43,6 @@ class OutgoingRunner(Runner):
# Maps mailing lists to (recip, msg) tuples
self._permfailures = {}
self._permfail_counter = 0
- # We never lock the lists, but we need to be sure that MailList
- # objects read from the cache are always fresh.
- self._freshen = 1
# We look this function up only at startup time
modname = 'Mailman.Handlers.' + mm_cfg.DELIVERY_MODULE
mod = __import__(modname)