diff options
-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 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 |