From c31f685dd82c35dfc3ac054cb67a46003359c926 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 11 Mar 2004 01:15:09 +0000 Subject: New snapshot of lists. --- mailman/friends.py | 62 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 26 deletions(-) (limited to 'mailman/friends.py') diff --git a/mailman/friends.py b/mailman/friends.py index 8f62312..79d7028 100644 --- a/mailman/friends.py +++ b/mailman/friends.py @@ -1,5 +1,5 @@ ## "friends" mailing list configuration settings -*- python -*- -## captured on Wed Mar 5 03:03:14 2003 +## captured on Thu Mar 11 02:10:40 2004 ## General options # @@ -363,19 +363,18 @@ nondigestable = 1 # attributes. The list of substitutions allowed are: # # -# real_name - The `pretty' name of the list; usually the list name with +# real_name - The "pretty" name of the list; usually the list name with # capitalization. # # list_name - The name by which the list is identified in URLs, where -# case is significant. (For backwards compability, _internal_name is -# equivalent.) +# case is significant. # # host_name - The fully qualified domain name that the list server runs # on. # # 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. +# e.g. listinfo/%(list_name)s to yield the listinfo page for the mailing +# list. # # description - The brief description of the mailing list. # @@ -391,19 +390,18 @@ msg_header = '' # list attributes. The list of substitutions allowed are: # # -# real_name - The `pretty' name of the list; usually the list name with +# real_name - The "pretty" name of the list; usually the list name with # capitalization. # # list_name - The name by which the list is identified in URLs, where -# case is significant. (For backwards compability, _internal_name is -# equivalent.) +# case is significant. # # host_name - The fully qualified domain name that the list server runs # on. # # 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. +# e.g. listinfo/%(list_name)s to yield the listinfo page for the mailing +# list. # # description - The brief description of the mailing list. # @@ -458,19 +456,18 @@ digest_send_periodic = 1 # allowed are: # # -# real_name - The `pretty' name of the list; usually the list name with +# real_name - The "pretty" name of the list; usually the list name with # capitalization. # # list_name - The name by which the list is identified in URLs, where -# case is significant. (For backwards compability, _internal_name is -# equivalent.) +# case is significant. # # host_name - The fully qualified domain name that the list server runs # on. # # 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. +# e.g. listinfo/%(list_name)s to yield the listinfo page for the mailing +# list. # # description - The brief description of the mailing list. # @@ -486,19 +483,18 @@ digest_header = '' # attributes. The list of substitutions allowed are: # # -# real_name - The `pretty' name of the list; usually the list name with +# real_name - The "pretty" name of the list; usually the list name with # capitalization. # # list_name - The name by which the list is identified in URLs, where -# case is significant. (For backwards compability, _internal_name is -# equivalent.) +# case is significant. # # host_name - The fully qualified domain name that the list server runs # on. # # 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. +# e.g. listinfo/%(list_name)s to yield the listinfo page for the mailing +# list. # # description - The brief description of the mailing list. # @@ -527,7 +523,7 @@ digest_volume_frequency = 1 # This section allows you to configure subscription and membership # exposure policy. You can also control whether this list is public or # not. See also the Archival +# href="http://mail.jones.dk/cgi-bin/mailman/admin/friends/archive">Archival # Options section for separate archive-related privacy settings. # Advertise this list when people ask what lists are on this machine? @@ -780,6 +776,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 @@ -942,10 +949,13 @@ archive_volume_frequency = 0 # # 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