summaryrefslogtreecommitdiff
path: root/mailman/mailman.py
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2005-03-16 01:43:13 +0000
committerJonas Smedegaard <dr@jones.dk>2005-03-16 01:43:13 +0000
commitf78a769c1b7caee2fefe559b014e452070235e31 (patch)
treeff91e6ba9f366277c91e596c344500d4ec590363 /mailman/mailman.py
parent03bd61ee13037240f552ec00e52eab7640134756 (diff)
Update all Mailman lists.
Diffstat (limited to 'mailman/mailman.py')
-rw-r--r--mailman/mailman.py19
1 files changed, 14 insertions, 5 deletions
diff --git a/mailman/mailman.py b/mailman/mailman.py
index 8802446..839b49e 100644
--- a/mailman/mailman.py
+++ b/mailman/mailman.py
@@ -1,5 +1,5 @@
## "mailman" mailing list configuration settings -*- python -*-
-## captured on Thu Mar 11 02:10:41 2004
+## captured on Wed Mar 16 02:41:03 2005
## General options
#
@@ -317,7 +317,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 = ['en', 'da']
# If your mailing list's default language uses a non-ASCII character set
# and the prefix contains non-ASCII characters, the prefix will always
@@ -693,7 +693,7 @@ reject_these_nonmembers = []
#
# Add member addresses one per line; start the line with a ^ character
# to designate a regular expression match.
-discard_these_nonmembers = ['bounce@gaintrafficfast.com', 'loteria_espana@zwallet.com', 'nijie101@fsmail.net']
+discard_these_nonmembers = ['bounce@gaintrafficfast.com', 'loteria_espana@zwallet.com', 'nijie101@fsmail.net', 'douglascole@telstra.com', 'bush.e@telstra.com', 'erjam_james@telstra.com', 'gracestaylor1@netscape.net']
# When a post from a non-member is received, the message's sender is
# matched against the list of explicitly <a
@@ -854,8 +854,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