aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbwarsaw <>2004-02-22 22:20:51 +0000
committerbwarsaw <>2004-02-22 22:20:51 +0000
commit9f4fdc7caff40ff03f4059a7f1bdd6de51f57a26 (patch)
treeffed0f7752bede4d29a02d0c663926f31e62a7ea
parentf1dc2ef5603d44f9baad5fb4c2ed1048bf37a8ab (diff)
downloadmailman2-9f4fdc7caff40ff03f4059a7f1bdd6de51f57a26.tar.gz
mailman2-9f4fdc7caff40ff03f4059a7f1bdd6de51f57a26.tar.xz
mailman2-9f4fdc7caff40ff03f4059a7f1bdd6de51f57a26.zip
REGISTER_BOUNCES_EVERY: Promoted to a global configuration variable.
-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 f8bae8cc..a6a1279a 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -983,6 +983,9 @@ PLAIN_DIGEST_KEEP_HEADERS = [
# Should we do any bounced mail response at all?
DEFAULT_BOUNCE_PROCESSING = Yes
+# How often should the bounce qrunner process queued detected bounces?
+REGISTER_BOUNCES_EVERY = minutes(15)
+
# Bounce processing works like this: when a bounce from a member is received,
# we look up the `bounce info' for this member. If there is no bounce info,
# this is the first bounce we've received from this member. In that case, we