From 198798bdb6bc25e75f9ac7eb5a7f5b372b557103 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 3 May 2006 14:33:36 +0000 Subject: Sync with live mailman setup. --- mailman/webmasters.py | 170 +++++++++++++++++++++++++++++--------------------- 1 file changed, 98 insertions(+), 72 deletions(-) (limited to 'mailman/webmasters.py') diff --git a/mailman/webmasters.py b/mailman/webmasters.py index f9b3398..c3100f1 100644 --- a/mailman/webmasters.py +++ b/mailman/webmasters.py @@ -1,5 +1,5 @@ ## "webmasters" mailing list configuration settings -*- python -*- -## captured on Thu Jun 5 08:58:48 2003 +## captured on Wed May 3 16:25:34 2006 ## General options # @@ -321,11 +321,11 @@ include_list_post_header = 1 # interactions will be conducted in the default language. This applies # to both web-based and email-based messages, but not to email posted by # list members. -preferred_language = 'en' +preferred_language = 'da' # 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', 'no', 'sv'] # If your mailing list's default language uses a non-ASCII character set # and the prefix contains non-ASCII characters, the prefix will always @@ -362,58 +362,60 @@ encode_ascii_prefixes = 0 # 1 = "Yes" nondigestable = 1 -# Text prepended to the top of every immediately-delivery message. This -# text can include Python format strings which are resolved against list -# attributes. The list of substitutions allowed are: +# Text prepended to the top of every immediately-delivery message. +# Teksten kan inneholde formateringskoder som byttes ut med verdier fra +# listens oppsett. For detaljer, se Pythons formateringsregler +# (engelsk). Gyldige koder er: # # -# real_name - The `pretty' name of the list; usually the list name with -# capitalization. +# real_name - Listens formaterede navn; normalt listenavnet med stort +# forbogstav eller store bogstaver enkelte steder. # -# list_name - The name by which the list is identified in URLs, where -# case is significant. (For backwards compability, _internal_name is -# equivalent.) +# list_name - Listens navn som brugt i URLer, der det har betydning om +# den staves med store eller små bogstaver. (For +# bagudkompatibilitet, er _internal_name det samme.) # -# host_name - The fully qualified domain name that the list server runs -# on. +# host_name - Internetadressen (fully qulified domain name) til maskinen +# som listeserveren går på. # -# web_page_url - The base URL for Mailman. This can be appended with, -# e.g. listinfo/%(internal_name)s to yield the listinfo page for the -# mailing list. +# web_page_url - Basis URL for Mailman. Denne kan laegges til sammen +# med, f.eks. listinfo/%(internal_name)s for å danne URLen til en +# listes infoside. # -# description - The brief description of the mailing list. +# description - En kort beskrivelse af listen. # -# info - The full description of the mailing list. +# info - Full beskrivelse af listen. # -# cgiext - The extension added to CGI scripts. +# cgiext - Tillaeg som laegges til CGI scripts. # # msg_header = '' # Text appended to the bottom of every immediately-delivery message. -# This text can include Python format strings which are resolved against -# list attributes. The list of substitutions allowed are: +# Teksten kan inneholde formateringskoder som byttes ut med verdier fra +# listens oppsett. For detaljer, se Pythons formateringsregler +# (engelsk). Gyldige koder er: # # -# real_name - The `pretty' name of the list; usually the list name with -# capitalization. +# real_name - Listens formaterede navn; normalt listenavnet med stort +# forbogstav eller store bogstaver enkelte steder. # -# list_name - The name by which the list is identified in URLs, where -# case is significant. (For backwards compability, _internal_name is -# equivalent.) +# list_name - Listens navn som brugt i URLer, der det har betydning om +# den staves med store eller små bogstaver. (For +# bagudkompatibilitet, er _internal_name det samme.) # -# host_name - The fully qualified domain name that the list server runs -# on. +# host_name - Internetadressen (fully qulified domain name) til maskinen +# som listeserveren går på. # -# web_page_url - The base URL for Mailman. This can be appended with, -# e.g. listinfo/%(internal_name)s to yield the listinfo page for the -# mailing list. +# web_page_url - Basis URL for Mailman. Denne kan laegges til sammen +# med, f.eks. listinfo/%(internal_name)s for å danne URLen til en +# listes infoside. # -# description - The brief description of the mailing list. +# description - En kort beskrivelse af listen. # -# info - The full description of the mailing list. +# info - Full beskrivelse af listen. # -# cgiext - The extension added to CGI scripts. +# cgiext - Tillaeg som laegges til CGI scripts. # # msg_footer = """_______________________________________________ @@ -458,58 +460,59 @@ digest_size_threshhold = 30 digest_send_periodic = 1 # Text attached (as an initial message, before the table of contents) to -# the top of digests. This text can include Python format strings which -# are resolved against list attributes. The list of substitutions -# allowed are: +# the top of digests. Teksten kan inneholde formateringskoder som byttes +# ut med verdier fra listens oppsett. For detaljer, se Pythons +# formateringsregler (engelsk). Gyldige koder er: # # -# real_name - The `pretty' name of the list; usually the list name with -# capitalization. +# real_name - Listens formaterede navn; normalt listenavnet med stort +# forbogstav eller store bogstaver enkelte steder. # -# list_name - The name by which the list is identified in URLs, where -# case is significant. (For backwards compability, _internal_name is -# equivalent.) +# list_name - Listens navn som brugt i URLer, der det har betydning om +# den staves med store eller små bogstaver. (For +# bagudkompatibilitet, er _internal_name det samme.) # -# host_name - The fully qualified domain name that the list server runs -# on. +# host_name - Internetadressen (fully qulified domain name) til maskinen +# som listeserveren går på. # -# web_page_url - The base URL for Mailman. This can be appended with, -# e.g. listinfo/%(internal_name)s to yield the listinfo page for the -# mailing list. +# web_page_url - Basis URL for Mailman. Denne kan laegges til sammen +# med, f.eks. listinfo/%(internal_name)s for å danne URLen til en +# listes infoside. # -# description - The brief description of the mailing list. +# description - En kort beskrivelse af listen. # -# info - The full description of the mailing list. +# info - Full beskrivelse af listen. # -# cgiext - The extension added to CGI scripts. +# cgiext - Tillaeg som laegges til CGI scripts. # # digest_header = '' -# Text attached (as a final message) to the bottom of digests. This text -# can include Python format strings which are resolved against list -# attributes. The list of substitutions allowed are: +# Text attached (as a final message) to the bottom of digests. Teksten +# kan inneholde formateringskoder som byttes ut med verdier fra listens +# oppsett. For detaljer, se Pythons formateringsregler (engelsk). +# Gyldige koder er: # # -# real_name - The `pretty' name of the list; usually the list name with -# capitalization. +# real_name - Listens formaterede navn; normalt listenavnet med stort +# forbogstav eller store bogstaver enkelte steder. # -# list_name - The name by which the list is identified in URLs, where -# case is significant. (For backwards compability, _internal_name is -# equivalent.) +# list_name - Listens navn som brugt i URLer, der det har betydning om +# den staves med store eller små bogstaver. (For +# bagudkompatibilitet, er _internal_name det samme.) # -# host_name - The fully qualified domain name that the list server runs -# on. +# host_name - Internetadressen (fully qulified domain name) til maskinen +# som listeserveren går på. # -# web_page_url - The base URL for Mailman. This can be appended with, -# e.g. listinfo/%(internal_name)s to yield the listinfo page for the -# mailing list. +# web_page_url - Basis URL for Mailman. Denne kan laegges til sammen +# med, f.eks. listinfo/%(internal_name)s for å danne URLen til en +# listes infoside. # -# description - The brief description of the mailing list. +# description - En kort beskrivelse af listen. # -# info - The full description of the mailing list. +# info - Full beskrivelse af listen. # -# cgiext - The extension added to CGI scripts. +# cgiext - Tillaeg som laegges til CGI scripts. # # digest_footer = """_______________________________________________ @@ -786,6 +789,17 @@ max_num_recipients = 10 # end up receiving. # +# Each header filter rule has two parts, a list of regular expressions, +# one per line, and an action to take. Mailman matches the message's +# headers against every regular expression in the rule and if any match, +# the message is rejected, held, or discarded based on the action you +# specify. Use Defer to temporarily disable a rule. +# +# You can have more than one filter rule for your list. In that case, +# each rule is matched in turn, with processing stopped after the first +# match. +header_filter_rules = [] + # Use this option to prohibit posts according to specific header values. # The target value is a regular-expression for matching against the # specified header. The match is done disregarding letter case. Lines @@ -854,8 +868,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 @@ -948,10 +971,13 @@ archive_volume_frequency = 2 # # Mail-to-News and News-to-Mail gateway services. -# The News server is not part of Mailman proper. You have to already -# have access to a NNTP server, and that NNTP server has to recognize -# the machine this mailing list runs on as a machine capable of reading -# and posting news. +# This value may be either the name of your news server, or optionally +# of the format name:port, where port is a port number. +# +# The news server is not part of Mailman proper. You have to already +# have access to an NNTP server, and that NNTP server must recognize the +# machine this mailing list runs on as a machine capable of reading and +# posting news. nntp_host = '' # The name of the Usenet group to gateway to and/or from. -- cgit v1.2.3