summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2003-03-13 05:46:56 +0000
committerbwarsaw2003-03-13 05:46:56 +0000
commita71add5e1f9b3261703be99daa3bda7dc3692985 (patch)
tree1d5f5bc4a185c9bde62b401360645646384ba49c
parent343f9b7442e9be92e7b802ecb634c5f8677d9fa9 (diff)
downloadmailman-a71add5e1f9b3261703be99daa3bda7dc3692985.tar.gz
mailman-a71add5e1f9b3261703be99daa3bda7dc3692985.tar.zst
mailman-a71add5e1f9b3261703be99daa3bda7dc3692985.zip
DELIVERY_RETRY_WAIT: New variable which specifies how long the
outgoing qrunner should wait before it retries a tempfailure delivery.
-rw-r--r--Mailman/Defaults.py.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index f2b59ab4f..5a9114cfb 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -1032,6 +1032,9 @@ 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)
+
#####