diff options
| author | bwarsaw | 2003-03-13 05:46:56 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-03-13 05:46:56 +0000 |
| commit | a71add5e1f9b3261703be99daa3bda7dc3692985 (patch) | |
| tree | 1d5f5bc4a185c9bde62b401360645646384ba49c | |
| parent | 343f9b7442e9be92e7b802ecb634c5f8677d9fa9 (diff) | |
| download | mailman-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.in | 3 |
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) + ##### |
