summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2003-05-03 02:18:51 +0000
committerbwarsaw2003-05-03 02:18:51 +0000
commit2faaa8e41eaa6f9440df612ce880b1987c54c1cc (patch)
tree219edd7487933b8b36dddbc5aef6d1f9c8092dd2
parente84aa1bb8ada39468adcbf487aaa10fe41f99ca7 (diff)
downloadmailman-2faaa8e41eaa6f9440df612ce880b1987c54c1cc.tar.gz
mailman-2faaa8e41eaa6f9440df612ce880b1987c54c1cc.tar.zst
mailman-2faaa8e41eaa6f9440df612ce880b1987c54c1cc.zip
-rw-r--r--Mailman/Defaults.py.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 819a90629..784b39d68 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -646,6 +646,7 @@ QRUNNERS = [
('NewsRunner', 1), # outgoing messages to the nntpd
('OutgoingRunner', 1), # outgoing messages to the smtpd
('VirginRunner', 1), # internally crafted (virgin birth) messages
+ ('RetryRunner', 1), # retry temporarily failed deliveries
]
# Set this to Yes to use the `Maildir' delivery option. If you change this
@@ -1045,9 +1046,6 @@ PENDING_REQUEST_LIFE = days(3)
# will be dequeued and those recipients will never receive the message.
DELIVERY_RETRY_PERIOD = days(5)
-# How long should we wait before we retry a temporary delivery failure?
-DELIVERY_RETRY_WAIT = hours(1)
-
#####
@@ -1227,6 +1225,7 @@ ARCHQUEUE_DIR = os.path.join(QUEUE_DIR, 'archive')
SHUNTQUEUE_DIR = os.path.join(QUEUE_DIR, 'shunt')
VIRGINQUEUE_DIR = os.path.join(QUEUE_DIR, 'virgin')
BADQUEUE_DIR = os.path.join(QUEUE_DIR, 'bad')
+RETRYQUEUE_DIR = os.path.join(QUEUE_DIR, 'retry')
MAILDIR_DIR = os.path.join(QUEUE_DIR, 'maildir')
# Other useful files