From 2faaa8e41eaa6f9440df612ce880b1987c54c1cc Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sat, 3 May 2003 02:18:51 +0000 Subject: DELIVERY_RETRY_WAIT: Removed; with the addition of RetryRunner, we don't need this any more. QRUNNERS: Added the RetryRunner. RETRYQUEUE_DIR: Added. Backport candidate. --- Mailman/Defaults.py.in | 5 ++--- 1 file 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 -- cgit v1.3.1