summaryrefslogtreecommitdiff
path: root/mailman/nilsstaerk.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/nilsstaerk.py')
-rw-r--r--mailman/nilsstaerk.py23
1 files changed, 16 insertions, 7 deletions
diff --git a/mailman/nilsstaerk.py b/mailman/nilsstaerk.py
index 63e1a87..f427431 100644
--- a/mailman/nilsstaerk.py
+++ b/mailman/nilsstaerk.py
@@ -1,5 +1,5 @@
## "nilsstaerk" mailing list configuration settings -*- python -*-
-## captured on Thu Mar 11 02:10:42 2004
+## captured on Wed Mar 16 02:41:04 2005
## General options
#
@@ -246,7 +246,7 @@ respond_to_post_requests = 1
# legal values are:
# 0 = "No"
# 1 = "Yes"
-emergency = 0
+emergency = 1
# When a new member is subscribed to this list, their initial set of
# options is taken from the this variable's setting.
@@ -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
@@ -566,7 +566,7 @@ unsubscribe_policy = 0
# mailing list, with no further moderation required. Add addresses one
# per line; start the line with a ^ character to designate a regular
# expression match.
-ban_list = []
+ban_list = ['ivan@divus.cz', 'arlene@divus.cz', 'news@divus.cz', 'postmaster@spamninja11.data393.net', 'postmaster@ideo.com', 'artes.plasticas@casamerica.es', 'mailer-daemon@yahoo.com', 'boxoffice@newschool.edu', 'symantec_antivirus_for_smtp_gateways@newschool.edu', 'exhibition@giger.cz']
# When set, the list of subscribers is protected by member or admin
# password authentication.
@@ -682,7 +682,7 @@ hold_these_nonmembers = []
#
# Add member addresses one per line; start the line with a ^ character
# to designate a regular expression match.
-reject_these_nonmembers = []
+reject_these_nonmembers = ['news@divus.cz', 'artes.plasticas@casamerica.es', 'mailer-daemon@yahoo.com', 'boxoffice@newschool.edu', 'symantec_antivirus_for_smtp_gateways@newschool.edu', 'exhibition@giger.cz']
# Postings from any of these non-members will be automatically
# discarded. That is, the message will be thrown away with no further
@@ -853,8 +853,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