From f78a769c1b7caee2fefe559b014e452070235e31 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 16 Mar 2005 01:43:13 +0000 Subject: Update all Mailman lists. --- mailman/friends.py | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'mailman/friends.py') diff --git a/mailman/friends.py b/mailman/friends.py index 79d7028..37cab57 100644 --- a/mailman/friends.py +++ b/mailman/friends.py @@ -1,5 +1,5 @@ ## "friends" mailing list configuration settings -*- python -*- -## captured on Thu Mar 11 02:10:40 2004 +## captured on Wed Mar 16 02:41:00 2005 ## General options # @@ -321,7 +321,7 @@ preferred_language = 'en' # These are all the natural languages supported by this list. Note that # the default language must be included. -available_languages = ['en'] +available_languages = ['da', 'en'] # If your mailing list's default language uses a non-ASCII character set # and the prefix contains non-ASCII characters, the prefix will always @@ -855,8 +855,17 @@ from: .*@uplinkpro.com""" # 1 = "Yes" bounce_processing = 1 -# The maximum member bounce score before the member's subscription is -# disabled. This value can be a floating point number. +# Each subscriber is assigned a bounce score, as a floating point +# number. Whenever Mailman receives a bounce from a list member, that +# member's score is incremented. Hard bounces (fatal errors) increase +# the score by 1, while soft bounces (temporary errors) increase the +# score by 0.5. Only one bounce per day counts against a member's +# score, so even if 10 bounces are received for a member on the same +# day, their score will increase by just 1. +# +# This variable describes the upper limit for a member's bounce score, +# above which they are automatically disabled, but not removed from the +# mailing list. bounce_score_threshold = 5.0 # The number of days after which a member's bounce information is -- cgit v1.2.3