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/absynthe.members | 6 + mailman/absynthe.py | 62 ++- mailman/assilissat.members | 32 ++ mailman/assilissat.py | 66 ++- mailman/debian.members | 18 + mailman/debian.py | 62 ++- mailman/friends.members | 180 +++++++ mailman/friends.py | 62 ++- mailman/mailman.members | 0 mailman/mailman.py | 1208 +++++++++++++++++++++++++++++++++++++++++++ mailman/nilsstaerk.members | 672 ++++++++++++++++++++++++ mailman/nilsstaerk.py | 64 ++- mailman/nord-utte.members | 15 + mailman/nord-utte.py | 64 ++- mailman/nyheder.members | 52 ++ mailman/nyheder.py | 1214 ++++++++++++++++++++++++++++++++++++++++++++ mailman/users.members | 200 ++++++++ mailman/users.py | 76 +-- 18 files changed, 3858 insertions(+), 195 deletions(-) create mode 100644 mailman/absynthe.members create mode 100644 mailman/assilissat.members create mode 100644 mailman/debian.members create mode 100644 mailman/friends.members create mode 100644 mailman/mailman.members create mode 100644 mailman/mailman.py create mode 100644 mailman/nilsstaerk.members create mode 100644 mailman/nord-utte.members create mode 100644 mailman/nyheder.members create mode 100644 mailman/nyheder.py create mode 100644 mailman/users.members (limited to 'mailman') diff --git a/mailman/absynthe.members b/mailman/absynthe.members new file mode 100644 index 0000000..c8f3a77 --- /dev/null +++ b/mailman/absynthe.members @@ -0,0 +1,6 @@ +dr@jones.dk +go@jones.dk +izi6@walla.co.il +nahumury@xs4all.nl +rurik@disinfo.net +seebasstard@hotmail.com diff --git a/mailman/absynthe.py b/mailman/absynthe.py index e14342b..6f6197f 100644 --- a/mailman/absynthe.py +++ b/mailman/absynthe.py @@ -1,5 +1,5 @@ ## "absynthe" mailing list configuration settings -*- python -*- -## captured on Wed Mar 5 03:03:13 2003 +## captured on Thu Mar 11 02:10:36 2004 ## General options # @@ -359,19 +359,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. # @@ -387,19 +386,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. # @@ -455,19 +453,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. # @@ -483,19 +480,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. # @@ -525,7 +521,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/absynthe/archive">Archival # Options section for separate archive-related privacy settings. # Advertise this list when people ask what lists are on this machine? @@ -778,6 +774,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 @@ -940,10 +947,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. diff --git a/mailman/assilissat.members b/mailman/assilissat.members new file mode 100644 index 0000000..c00b1cc --- /dev/null +++ b/mailman/assilissat.members @@ -0,0 +1,32 @@ +a.overgaard@idg.dk +a_funch@post12.tele.dk +Kenneth Rasmussen +arnaaraq_85@hotmail.com +assilissat@film.dk +aviaja@greennet.gl +elsenuna@greennet.gl +gant@cfk.hum.aau.dk +georg@knr.gl +imondrup@hotmail.com +inuk@jones.dk +inukmedia@greennet.gl +inuks@hotmail.com +jacobsenmiki@hotmail.com +jessie@greennet.gl +jrs@asiaq.gl +kaneq@hotmail.com +knudps@knr.gl +lucas@greennet.gl +mazz@ofir.dk +mudi@hotmail.com +ns@legalink.dk +olekrist@greennet.gl +otto@jones.dk +polarjan@hotmail.com +puilasoq@hotmail.com +silamiut@greennet.gl +silis@greennet.gl +susievito@hotmail.com +svend@hardenberg.dk +tidaravn@image.dk +tv.aasiaat@hotmail.com diff --git a/mailman/assilissat.py b/mailman/assilissat.py index 82b47c7..1ae984e 100644 --- a/mailman/assilissat.py +++ b/mailman/assilissat.py @@ -1,5 +1,5 @@ ## "assilissat" mailing list configuration settings -*- python -*- -## captured on Wed Mar 5 03:03:13 2003 +## captured on Thu Mar 11 02:10:37 2004 ## General options # @@ -359,19 +359,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. # @@ -387,19 +386,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. # @@ -455,19 +453,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. # @@ -483,19 +480,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. # @@ -525,7 +521,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/assilissat/archive">Archival # Options section for separate archive-related privacy settings. # Advertise this list when people ask what lists are on this machine? @@ -570,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 = ['afygrobo@hotmail.com'] # When set, the list of subscribers is protected by member or admin # password authentication. @@ -697,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 = [] +discard_these_nonmembers = ['afygrobo@hotmail.com'] # When a post from a non-member is received, the message's sender is # matched against the list of explicitly +andy@firman.us +bernhard@intevation.de +Carl Perry +Daniel Schildt +Christen Hansen +Jonas Smedegard +fizban@tamos.net +garth@utmail.to +gaudenz@soziologie.ch +Hari Seldon +janus@netcetera.dk +jones@cos.user.lysator.liu.se +Juri Jensen +kun.stoej@stoej.org +maneatingcow@mac.com +ruggero@jones.dk +Robert Spencer diff --git a/mailman/debian.py b/mailman/debian.py index 94a5b1c..32b80a5 100644 --- a/mailman/debian.py +++ b/mailman/debian.py @@ -1,5 +1,5 @@ ## "debian" mailing list configuration settings -*- python -*- -## captured on Wed Mar 5 03:03:14 2003 +## captured on Thu Mar 11 02:10:38 2004 ## General options # @@ -359,19 +359,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. # @@ -387,19 +386,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. # @@ -455,19 +453,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. # @@ -483,19 +480,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. # @@ -525,7 +521,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/debian/archive">Archival # Options section for separate archive-related privacy settings. # Advertise this list when people ask what lists are on this machine? @@ -778,6 +774,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 @@ -941,10 +948,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. diff --git a/mailman/friends.members b/mailman/friends.members new file mode 100644 index 0000000..dbf2c88 --- /dev/null +++ b/mailman/friends.members @@ -0,0 +1,180 @@ +Mette.Kaspersen@sas.dk +Senrik@post3.tele.dk +agnes@jones.dk +ai@jones.dk +allan@ohms.dk +alo@jones.dk +anarres@postmaster.co.uk +anders@jones.dk +ane@jones.dk +anne@jones.dk +ascanius@jones.dk +awh@jones.dk +benny@jones.dk +bering@binx.com +betina@jones.dk +bettina@jones.dk +bjorn@daimi.au.dk +bolette@jones.dk +borking@jones.dk +bsmedegaard@sol.dk +chr.h@pobox.com +chsje@tdk.dk +cm@jones.dk +cpoll@get2net.dk +cro@kaosman.com +daenzer@debian.org +dewd@jones.dk +dolmer@jones.dk +donvet1@hotmail.com +dreijer@jones.dk +elaksj@post10.tele.dk +elmahan@yahoo.com +emilie@jones.dk +emilmail@another.com +emma@jones.dk +erica@kaospilot.dk +esben@jones.dk +eva@jones.dk +evamaria@jones.dk +fair@get2net.dk +fire@jones.dk +flip@jones.dk +frederik@jones.dk +fsl@jones.dk +gio@jones.dk +global@jones.dk +go@jones.dk +grit@jones.dk +grohmann@jones.dk +helle_dk24@hotmail.com +henrik@jones.dk +hh@jones.dk +hilde@jones.dk +hvam@jones.dk +ingersme@pobox.com +izi6@walla.co.il +izi@jones.dk +izi_versano@hotmail.com +izig@walla.co.il +janus@netcetera.dk +jas@jones.dk +jason@jones.dk +jens@jones.dk +jfe@jones.dk +jgh@jones.dk +jonas@jones.dk +jorgen@jones.dk +jourand.jorgensen@get2net.dk +joy@jones.dk +jukka.rajala@iki.fi +juri_j@yahoo.com +justadewd@altavista.net +karenringsmose@hotmail.com +karina@jones.dk +katja@jones.dk +keld@jones.dk +kim@jones.dk +kirill@jones.dk +kisling@jones.dk +kk@jones.dk +koch@jones.dk +kongkaos@jones.dk +kran@jones.dk +kristian@jones.dk +ksfisker@post4.tele.dk +kurtt@online.no +lars@jones.dk +lars_mogensen@information.dk +lausten@worldonline.se +leifras@teliamail.dk +lene@jones.dk +line@jones.dk +lisa@jones.dk +lise@birk.com +lise@jones.dk +lucifer@jones.dk +maeva.glardon@inst.hospvd.ch +malene@jones.dk +marc@jones.dk +marcel@jones.dk +maria@jones.dk +mariaeva@jones.dk +marie@jones.dk +marieke@jones.dk +mattehorn@hotmail.com +matti@langstrumpf.ch +max@kaospilot.dk +mayusan@hotmail.com +melba@jones.dk +mette_sn99@yahoo.com +michael@jones.dk +micky_007@hotmail.com +miriam@langstrumpf.ch +mnharris@comfortable-usa.com +mogens@jones.dk +morgan@jones.dk +mortenp@tuba.dk +mp@jones.dk +mr@jones.dk +nahumury@xs4all.nl +negon@pop.agora.dk +nelle@chaos.wit.no +nicolai@jones.dk +niels@jones.dk +nils@jones.dk +nina@jones.dk +nors@jones.dk +o.smedegaard@mobilixnet.dk +ole@jones.dk +ole_rasmussen@information.dk +olsen@imv.aau.dk +olsen@jones.dk +osmedegaard@hotmail.com +paraskeve@hotmail.com +paul@jones.dk +pelle@jones.dk +pepper@jones.dk +per@jones.dk +peter@jones.dk +podhot@hotmail.com +propel149@hotmail.com +propel@jones.dk +propel@klj.dk +prr@post10.tele.dk +rene@jones.dk +rinchin@jones.dk +ronald@jones.dk +rornaestved@jones.dk +rosen@jones.dk +ruggero@jones.dk +rune@jones.dk +sa@minisoft.dk +samuel@jones.dk +sanna@jones.dk +saturn@jones.dk +scn73@hotmail.com +sebwijk@jones.dk +sg@jones.dk +skafte75@hotmail.com +skkh@jones.dk +smedegaard@12move.dk +snovz@hotmail.com +spannung@post7.tele.dk +ssovergaard@mobilixnet.dk +stef@jones.dk +steinbach@jones.dk +sthorsson@jones.dk +stine@jones.dk +stinus@jones.dk +strate@binx.com +synne@jones.dk +tarek.pu@post.dds.dk +tarek@mail1.stofanet.dk +thdreijer@jones.dk +thomas@jones.dk +thomasvinther@mailcity.com +toke@interchange.dk +ulrik@jones.dk +valdemar@jones.dk +willem@jones.dk 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. diff --git a/mailman/mailman.members b/mailman/mailman.members new file mode 100644 index 0000000..e69de29 diff --git a/mailman/mailman.py b/mailman/mailman.py new file mode 100644 index 0000000..8802446 --- /dev/null +++ b/mailman/mailman.py @@ -0,0 +1,1208 @@ +## "mailman" mailing list configuration settings -*- python -*- +## captured on Thu Mar 11 02:10:41 2004 + +## General options +# +# Fundamental list characteristics, including descriptive info and basic +# behaviors. + +# The capitalization of this name can be changed to make it presentable +# in polite company as a proper noun, or to make an acronym part all +# upper case, etc. However, the name will be advertised as the email +# address (e.g., in subscribe confirmation notices), so it should not be +# otherwise altered. (Email addresses are not case sensitive, but they +# are sensitive to almost everything else :-) +real_name = 'Mailman' + +# There are two ownership roles associated with each mailing list. The +# list administrators are the people who have ultimate control over all +# parameters of this mailing list. They are able to change any list +# configuration variable available through these administration web +# pages. +# +# The list moderators have more limited permissions; they are not able +# to change any list configuration variable, but they are allowed to +# tend to pending administration requests, including approving or +# rejecting held subscription requests, and disposing of held postings. +# Of course, the list administrators can also tend to pending requests. +# +# In order to split the list ownership duties into administrators and +# moderators, you must set a separate moderator password, and also +# provide the email addresses of the list moderators. Note that the +# field you are changing here specifies the list administrators. +owner = ['postmaster@jones.dk'] + +# There are two ownership roles associated with each mailing list. The +# list administrators are the people who have ultimate control over all +# parameters of this mailing list. They are able to change any list +# configuration variable available through these administration web +# pages. +# +# The list moderators have more limited permissions; they are not able +# to change any list configuration variable, but they are allowed to +# tend to pending administration requests, including approving or +# rejecting held subscription requests, and disposing of held postings. +# Of course, the list administrators can also tend to pending requests. +# +# In order to split the list ownership duties into administrators and +# moderators, you must set a separate moderator password, and also +# provide the email addresses of the list moderators in this section. +# Note that the field you are changing here specifies the list +# moderators. +moderator = [] + +# This description is used when the mailing list is listed with other +# mailing lists, or in headers, and so forth. It should be as succinct +# as you can get it, while still identifying what the list is. +description = '' + +# The text will be treated as html except that newlines will be +# translated to
- so you can use links, preformatted text, etc, but +# don't put in carriage returns except where you mean to separate +# paragraphs. And review your changes - bad html (like some +# unterminated HTML constructs) can prevent display of the entire +# listinfo page. +info = '' + +# This text will be prepended to subject lines of messages posted to the +# list, to distinguish mailing list messages in in mailbox summaries. +# Brevity is premium here, it's ok to shorten long mailing list names to +# something more concise, as long as it still identifies the mailing +# list. +subject_prefix = '[Mailman] ' + +# Hide the sender of a message, replacing it with the list address +# (Removes From, Sender and Reply-To fields) +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +anonymous_list = 0 + +# Should any existing Reply-To: header found in the original message be +# stripped? If so, this will be done regardless of whether an explict +# Reply-To: header is added by Mailman or not. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +first_strip_reply_to = 0 + +# This option controls what Mailman does to the Reply-To: header in +# messages flowing through this mailing list. When set to Poster, no +# Reply-To: header is added by Mailman, although if one is present in +# the original message, it is not stripped. Setting this value to +# either This list or Explicit address causes Mailman to insert a +# specific Reply-To: header in all messages, overriding the header in +# the original message if necessary (Explicit address inserts the value +# of reply_to_address). +# +# There are many reasons not to introduce or override the Reply-To: +# header. One is that some posters depend on their own Reply-To: +# settings to convey their valid return address. Another is that +# modifying Reply-To: makes it much more difficult to send private +# replies. See `Reply-To' +# Munging Considered Harmful for a general discussion of this issue. +# See Reply-To +# Munging Considered Useful for a dissenting opinion. +# +# Some mailing lists have restricted posting privileges, with a parallel +# list devoted to discussions. Examples are `patches' or `checkin' +# lists, where software changes are posted by a revision control system, +# but discussion about the changes occurs on a developers mailing list. +# To support these types of mailing lists, select Explicit address and +# set the Reply-To: address below to point to the parallel list. +# +# legal values are: +# 0 = "Poster" +# 1 = "This list" +# 2 = "Explicit address" +reply_goes_to_list = 0 + +# This is the address set in the Reply-To: header when the reply_goes_to_list option +# is set to Explicit address. +# +# There are many reasons not to introduce or override the Reply-To: +# header. One is that some posters depend on their own Reply-To: +# settings to convey their valid return address. Another is that +# modifying Reply-To: makes it much more difficult to send private +# replies. See `Reply-To' +# Munging Considered Harmful for a general discussion of this issue. +# See Reply-To +# Munging Considered Useful for a dissenting opinion. +# +# Some mailing lists have restricted posting privileges, with a parallel +# list devoted to discussions. Examples are `patches' or `checkin' +# lists, where software changes are posted by a revision control system, +# but discussion about the changes occurs on a developers mailing list. +# To support these types of mailing lists, specify the explicit +# Reply-To: address here. You must also specify Explicit address in the +# reply_goes_to_list variable. +# +# Note that if the original message contains a Reply-To: header, it will +# not be changed. +reply_to_address = '' + +# Set this to yes when this list is intended to cascade only to other +# mailing lists. When set, meta notices like confirmations and password +# reminders will be directed to an address derived from the member's +# address - it will have the value of "umbrella_member_suffix" appended +# to the member's account name. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +umbrella_list = 0 + +# When "umbrella_list" is set to indicate that this list has other +# mailing lists as members, then administrative notices like +# confirmations and password reminders need to not be sent to the member +# list addresses, but rather to the owner of those member lists. In +# that case, the value of this setting is appended to the member's +# account name for such notices. `-owner' is the typical choice. This +# setting has no effect when "umbrella_list" is "No". +umbrella_member_suffix = '-owner' + +# Turn this on if you want password reminders to be sent once per month +# to your members. Note that members may disable their own individual +# password reminders. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +send_reminders = 0 + +# This value, if any, will be added to the front of the new-subscriber +# welcome message. The rest of the welcome message already describes +# the important addresses and URLs for the mailing list, so you don't +# need to include any of that kind of stuff here. This should just +# contain mission-specific kinds of things, like etiquette policies or +# team orientation, or that kind of thing. +# +# Note that this text will be wrapped, according to the following rules: +# Each paragraph is filled so that no line is longer than 70 characters. +# Any line that begins with whitespace is not filled. A blank line +# separates paragraphs. +# +welcome_msg = '' + +# Turn this off only if you plan on subscribing people manually and +# don't want them to know that you did so. This option is most useful +# for transparently migrating lists from some other mailing list manager +# to Mailman. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +send_welcome_msg = 1 + +# Text sent to people leaving the list. If empty, no special text will +# be added to the unsubscribe message. +goodbye_msg = '' + +# Send goodbye message to members when they are unsubscribed? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +send_goodbye_msg = 1 + +# List moderators (and list administrators) are sent daily reminders of +# requests pending approval, like subscriptions to a moderated list, or +# postings that are being held for one reason or another. Setting this +# option causes notices to be sent immediately on the arrival of new +# requests as well. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +admin_immed_notify = 1 + +# Should administrator get notices of subscribes and unsubscribes? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +admin_notify_mchanges = 0 + +# Approval notices are sent when mail triggers certain of the limits +# except routine list moderation and spam filters, for which notices are +# not sent. This option overrides ever sending the notice. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +respond_to_post_requests = 1 + +# When this option is enabled, all list traffic is emergency moderated, +# i.e. held for moderation. Turn this option on when your list is +# experiencing a flamewar and you want a cooling off period. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +emergency = 0 + +# When a new member is subscribed to this list, their initial set of +# options is taken from the this variable's setting. +new_member_options = 256 + +# Administrivia tests will check postings to see whether it's really +# meant as an administrative request (like subscribe, unsubscribe, etc), +# and will add it to the the administrative requests queue, notifying +# the administrator of the new request, in the process. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +administrivia = 1 + +# Maximum length in kilobytes (KB) of a message body. Use 0 for no +# limit. +max_message_size = 40 + +# The "host_name" is the preferred name for email to mailman-related +# addresses on this host, and generally should be the mail host's +# exchanger address, if any. This setting can be useful for selecting +# among alternative names of a host that has multiple addresses. +host_name = 'jones.dk' + +# RFC 2369 defines a set of List-* headers that are normally added to +# every message sent to the list membership. These greatly aid end-users +# who are using standards compliant mail readers. They should normally +# always be enabled. +# +# However, not all mail readers are standards compliant yet, and if you +# have a large number of members who are using non-compliant mail +# readers, they may be annoyed at these headers. You should first try +# to educate your members as to why these headers exist, and how to hide +# them in their mail clients. As a last resort you can disable these +# headers, but this is not recommended (and in fact, your ability to +# disable these headers may eventually go away). +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +include_rfc2369_headers = 1 + +# The List-Post: header is one of the headers recommended by RFC 2369. +# However for some announce-only mailing lists, only a very select group +# of people are allowed to post to the list; the general membership is +# usually not allowed to post. For lists of this nature, the List-Post: +# header is misleading. Select No to disable the inclusion of this +# header. (This does not affect the inclusion of the other List-*: +# headers.) +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +include_list_post_header = 1 + +## Language options +# +# Natural language (internationalization) options. + +# This is the default natural language for this mailing list. If more +# than one language is supported then users will be able to select their +# own preferences for when they interact with the list. All other +# 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' + +# These are all the natural languages supported by this list. Note that +# the default language must be included. +available_languages = ['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 +# be encoded according to the relevant standards. However, if your +# prefix contains only ASCII characters, you may want to set this option +# to Never to disable prefix encoding. This can make the subject +# headers slightly more readable for users with mail readers that don't +# properly handle non-ASCII encodings. +# +# Note however, that if your mailing list receives both encoded and +# unencoded subject headers, you might want to choose As needed. Using +# this setting, Mailman will not encode ASCII prefixes when the rest of +# the header contains only ASCII characters, but if the original header +# contains non-ASCII characters, it will encode the prefix. This avoids +# an ambiguity in the standards which could cause some mail readers to +# display extra, or missing spaces between the prefix and the original +# header. +# +# legal values are: +# 0 = "Never" +# 1 = "Always" +# 2 = "As needed" +encode_ascii_prefixes = 0 + +## Nondigest options +# +# Policies concerning immediately delivered list traffic. + +# Can subscribers choose to receive mail immediately, rather than in +# batched digests? +# +# legal values are: +# 0 = "No" +# 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: +# +# +# 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. +# +# 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/%(list_name)s to yield the listinfo page for the mailing +# list. +# +# description - The brief description of the mailing list. +# +# info - The full description of the mailing list. +# +# cgiext - The extension added to 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: +# +# +# 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. +# +# 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/%(list_name)s to yield the listinfo page for the mailing +# list. +# +# description - The brief description of the mailing list. +# +# info - The full description of the mailing list. +# +# cgiext - The extension added to CGI scripts. +# +# +msg_footer = """_______________________________________________ +%(real_name)s mailing list +%(real_name)s@%(host_name)s +%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s""" + +## Digest options +# +# Batched-delivery digest characteristics. + +# Can list members choose to receive list traffic bunched in digests? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +digestable = 1 + +# Which delivery mode is the default for new users? +# +# legal values are: +# 0 = "Regular" +# 1 = "Digest" +digest_is_default = 0 + +# When receiving digests, which format is default? +# +# legal values are: +# 0 = "Plain" +# 1 = "MIME" +mime_is_default_digest = 0 + +# How big in Kb should a digest be before it gets sent out? +digest_size_threshhold = 30 + +# Should a digest be dispatched daily when the size threshold isn't +# reached? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +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: +# +# +# 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. +# +# 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/%(list_name)s to yield the listinfo page for the mailing +# list. +# +# description - The brief description of the mailing list. +# +# info - The full description of the mailing list. +# +# cgiext - The extension added to 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: +# +# +# 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. +# +# 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/%(list_name)s to yield the listinfo page for the mailing +# list. +# +# description - The brief description of the mailing list. +# +# info - The full description of the mailing list. +# +# cgiext - The extension added to CGI scripts. +# +# +digest_footer = """_______________________________________________ +%(real_name)s mailing list +%(real_name)s@%(host_name)s +%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s""" + +# When a new digest volume is started, the volume number is incremented +# and the issue number is reset to 1. +# +# legal values are: +# 0 = "Yearly" +# 1 = "Monthly" +# 2 = "Quarterly" +# 3 = "Weekly" +# 4 = "Daily" +digest_volume_frequency = 1 + +## Privacy options +# +# 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 +# Options section for separate archive-related privacy settings. + +# Advertise this list when people ask what lists are on this machine? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +advertised = 1 + +# Confirm (*) - email confirmation required Require approval - require +# list administrator approval for subscriptions Confirm and approve - +# both confirm and approve +# +# (*) when someone requests a subscription, Mailman sends them a notice +# with a unique subscription request number that they must reply to in +# order to subscribe. This prevents mischievous (or malicious) people +# from creating subscriptions for others without their consent. +# +# legal values are: +# 1 = "Confirm" +# 2 = "Require approval" +# 3 = "Confirm and approve" +subscribe_policy = 1 + +# When members want to leave a list, they will make an unsubscription +# request, either via the web or via email. Normally it is best for you +# to allow open unsubscriptions so that users can easily remove +# themselves from mailing lists (they get really upset if they can't get +# off lists!). +# +# For some lists though, you may want to impose moderator approval +# before an unsubscription request is processed. Examples of such lists +# include a corporate mailing list that all employees are required to be +# members of. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +unsubscribe_policy = 0 + +# Addresses in this list are banned outright from subscribing to this +# 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 = [] + +# When set, the list of subscribers is protected by member or admin +# password authentication. +# +# legal values are: +# 0 = "Anyone" +# 1 = "List members" +# 2 = "List admin only" +private_roster = 1 + +# Setting this option causes member email addresses to be transformed +# when they are presented on list web pages (both in text and as links), +# so they're not trivially recognizable as email addresses. The +# intention is to prevent the addresses from being snarfed up by +# automated web scanners for use by spammers. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +obscure_addresses = 1 + +## Privacy options +# +# When a message is posted to the list, a series of moderation steps are +# take to decide whether the a moderator must first approve the message +# or not. This section contains the controls for moderation of both +# member and non-member postings. +# +#

Member postings are held for moderation if their moderation +# flag is turned on. You can control whether member postings are +# moderated by default or not. +# +#

Non-member postings can be automatically accepted, +# held for +# moderation, rejected +# (bounced), or discarded, either individually or as a group. Any posting from a +# non-member who is not explicitly accepted, rejected, or discarded, +# will have their posting filtered by the general +# non-member rules. +# +#

In the text boxes below, add one address per line; start the line +# with a ^ character to designate a Python regular +# expression. When entering backslashes, do so as if you were using +# Python raw strings (i.e. you generally just use a single backslash). +# +#

Note that non-regexp matches are always done first. + +# Each list member has a moderation flag which says whether messages +# from the list member can be posted directly to the list, or must first +# be approved by the list moderator. When the moderation flag is turned +# on, list member postings must be approved first. You, the list +# administrator can decide whether a specific individual's postings will +# be moderated or not. +# +# When a new member is subscribed, their initial moderation flag takes +# its value from this option. Turn this option off to accept member +# postings by default. Turn this option on to, by default, moderate +# member postings first. You can always manually set an individual +# member's moderation bit by using the membership management screens. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +default_member_moderation = 0 + +# Hold -- this holds the message for approval by the list moderators. +# +# Reject -- this automatically rejects the message by sending a bounce +# notice to the post's author. The text of the bounce notice can be configured by +# you. +# +# Discard -- this simply discards the message, with no notice sent to +# the post's author. +# +# +# legal values are: +# 0 = "Hold" +# 1 = "Reject" +# 2 = "Discard" +member_moderation_action = 0 + +# Text to include in any rejection +# notice to be sent to moderated members who post to this list. +member_moderation_notice = '' + +# Postings from any of these non-members will be automatically accepted +# with no further moderation applied. Add member addresses one per +# line; start the line with a ^ character to designate a regular +# expression match. +accept_these_nonmembers = [] + +# Postings from any of these non-members will be immediately and +# automatically held for moderation by the list moderators. The sender +# will receive a notification message which will allow them to cancel +# their held message. Add member addresses one per line; start the line +# with a ^ character to designate a regular expression match. +hold_these_nonmembers = [] + +# Postings from any of these non-members will be automatically rejected. +# In other words, their messages will be bounced back to the sender with +# a notification of automatic rejection. This option is not appropriate +# for known spam senders; their messages should be automatically +# discarded. +# +# Add member addresses one per line; start the line with a ^ character +# to designate a regular expression match. +reject_these_nonmembers = [] + +# Postings from any of these non-members will be automatically +# discarded. That is, the message will be thrown away with no further +# processing or notification. The sender will not receive a +# notification or a bounce, however the list moderators can optionally +# receive +# copies of auto-discarded messages.. +# +# 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'] + +# When a post from a non-member is received, the message's sender is +# matched against the list of explicitly accepted, +# held, rejected (bounced), and discarded +# addresses. If no match is found, then this action is taken. +# +# legal values are: +# 0 = "Accept" +# 1 = "Hold" +# 2 = "Reject" +# 3 = "Discard" +generic_nonmember_action = 1 + +# Should messages from non-members, which are automatically discarded, +# be forwarded to the list moderator? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +forward_auto_discards = 1 + +## Privacy options +# +# This section allows you to configure various filters based on the +# recipient of the message. + +# Many (in fact, most) spams do not explicitly name their myriad +# destinations in the explicit destination addresses - in fact often the +# To: field has a totally bogus address for obfuscation. The constraint +# applies only to the stuff in the address before the '@' sign, but +# still catches all such spams. +# +# The cost is that the list will not accept unhindered any postings +# relayed from other addresses, unless +# +# +# The relaying address has the same name, or +# +# The relaying address name is included on the options that specifies +# acceptable aliases for the list. +# +# +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +require_explicit_destination = 1 + +# Alternate addresses that are acceptable when +# `require_explicit_destination' is enabled. This option takes a list +# of regular expressions, one per line, which is matched against every +# recipient address in the message. The matching is performed with +# Python's re.match() function, meaning they are anchored to the start +# of the string. +# +# For backwards compatibility with Mailman 1.1, if the regexp does not +# contain an `@', then the pattern is matched against just the local +# part of the recipient address. If that match fails, or if the pattern +# does contain an `@', then the pattern is matched against the entire +# recipient address. +# +# Matching against the local part is deprecated; in a future release, +# the pattern will always be matched against the entire recipient +# address. +acceptable_aliases = '' + +# If a posting has this number, or more, of recipients, it is held for +# admin approval. Use 0 for no ceiling. +max_num_recipients = 10 + +## Privacy options +# +# This section allows you to configure various anti-spam filters posting +# filters, which can help reduce the amount of spam your list members +# 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 +# beginning with '#' are ignored as comments. +# +# For example:to: .*@public.com says to hold all postings with a To: +# mail header containing '@public.com' anywhere among the addresses. +# +# Note that leading whitespace is trimmed from the regexp. This can be +# circumvented in a number of ways, e.g. by escaping or bracketing it. +bounce_matching_headers = """ +# Lines that *start* with a '#' are comments. +to: friend@public.com +message-id: relay.comanche.denmark.eu +from: list@listme.com +from: .*@uplinkpro.com""" + +## Bounce options +# +# These policies control the automatic bounce processing system in +# Mailman. Here's an overview of how it works. +# +#

When a bounce is received, Mailman tries to extract two pieces of +# information from the message: the address of the member the message +# was intended for, and the severity of the problem causing the bounce. +# The severity can be either hard or soft meaning +# either a fatal error occurred, or a transient error occurred. When in +# doubt, a hard severity is used. +# +#

If no member address can be extracted from the bounce, then the +# bounce is usually discarded. Otherwise, each member is assigned a +# bounce score and every time we encounter a bounce from this +# member we increment the score. Hard bounces increment by 1 while soft +# bounces increment by 0.5. We only increment the bounce score once per +# day, so even if we receive ten hard bounces from a member per day, +# their score will increase by only 1 for that day. +# +#

When a member's bounce score is greater than the bounce score +# threshold, the subscription is disabled. Once disabled, the +# member will not receive any postings from the list until their +# membership is explicitly re-enabled (either by the list administrator +# or the user). However, they will receive occasional reminders that +# their membership has been disabled, and these reminders will include +# information about how to re-enable their membership. +# +#

You can control both the number of +# reminders the member will receive and the frequency with which these reminders are sent. +# +#

There is one other important configuration variable; after a +# certain period of time -- during which no bounces from the member are +# received -- the bounce information is considered stale +# and discarded. Thus by adjusting this value, and the score threshold, +# you can control how quickly bouncing members are disabled. You should +# tune both of these to the frequency and traffic volume of your list. + +# By setting this value to No, you disable all automatic bounce +# processing for this list, however bounce messages will still be +# discarded so that the list administrator isn't inundated with them. +# +# legal values are: +# 0 = "No" +# 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. +bounce_score_threshold = 5.0 + +# The number of days after which a member's bounce information is +# discarded, if no new bounces have been received in the interim. This +# value must be an integer. +bounce_info_stale_after = 7 + +# How many Your Membership Is Disabled warnings a disabled member should +# get before their address is removed from the mailing list. Set to 0 +# to immediately remove an address from the list once their bounce score +# exceeds the threshold. This value must be an integer. +bounce_you_are_disabled_warnings = 3 + +# The number of days between sending the Your Membership Is Disabled +# warnings. This value must be an integer. +bounce_you_are_disabled_warnings_interval = 7 + +# While Mailman's bounce detector is fairly robust, it's impossible to +# detect every bounce format in the world. You should keep this +# variable set to Yes for two reasons: 1) If this really is a permanent +# bounce from one of your members, you should probably manually remove +# them from your list, and 2) you might want to send the message on to +# the Mailman developers so that this new format can be added to its +# known set. +# +# If you really can't be bothered, then set this variable to No and all +# non-detected bounces will be discarded without further processing. +# +# Note: This setting will also affect all messages sent to your list's +# -admin address. This address is deprecated and should never be used, +# but some people may still send mail to this address. If this happens, +# and this variable is set to No those messages too will get discarded. +# You may want to set up an autoresponse message for email to the -owner +# and -admin address. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +bounce_unrecognized_goes_to_list_owner = 1 + +# By setting this value to No, you turn off notification messages that +# are normally sent to the list owners when a member's delivery is +# disabled due to excessive bounces. An attempt to notify the member +# will always be made. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +bounce_notify_owner_on_disable = 1 + +# By setting this value to No, you turn off notification messages that +# are normally sent to the list owners when a member is unsubscribed due +# to excessive bounces. An attempt to notify the member will always be +# made. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +bounce_notify_owner_on_removal = 1 + +## Archive options +# +# List traffic archival policies. + +# Archive messages? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +archive = 1 + +# Is archive file source for public or private archival? +# +# legal values are: +# 0 = "public" +# 1 = "private" +archive_private = 0 + +# How often should a new archive volume be started? +# +# legal values are: +# 0 = "Yearly" +# 1 = "Monthly" +# 2 = "Quarterly" +# 3 = "Weekly" +# 4 = "Daily" +archive_volume_frequency = 1 + +## Gateway options +# +# Mail-to-News and News-to-Mail gateway services. + +# 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. +linked_newsgroup = '' + +# Should new posts to the mailing list be sent to the newsgroup? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +gateway_to_news = 0 + +# Should new posts to the newsgroup be sent to the mailing list? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +gateway_to_mail = 0 + +# This setting determines the moderation policy of the newsgroup and its +# interaction with the moderation policy of the mailing list. This only +# applies to the newsgroup that you are gatewaying to, so if you are +# only gatewaying from Usenet, or the newsgroup you are gatewaying to is +# not moderated, set this option to None. +# +# If the newsgroup is moderated, you can set this mailing list up to be +# the moderation address for the newsgroup. By selecting Moderated, an +# additional posting hold will be placed in the approval process. All +# messages posted to the mailing list will have to be approved before +# being sent on to the newsgroup, or to the mailing list membership. +# +# Note that if the message has an Approved header with the list's +# administrative password in it, this hold test will be bypassed, +# allowing privileged posters to send messages directly to the list and +# the newsgroup. +# +# Finally, if the newsgroup is moderated, but you want to have an open +# posting policy anyway, you should select Open list, moderated group. +# The effect of this is to use the normal Mailman moderation facilities, +# but to add an Approved header to all messages that are gatewayed to +# Usenet. +# +# legal values are: +# 0 = "None" +# 1 = "Open list, moderated group" +# 2 = "Moderated" +news_moderation = 0 + +# Mailman prefixes Subject: headers with text you can customize and +# normally, this prefix shows up in messages gatewayed to Usenet. You +# can set this option to No to disable the prefix on gated messages. Of +# course, if you turn off normal Subject: prefixes, they won't be +# prefixed for gated messages either. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +news_prefix_subject_too = 1 + +## Autoreply options +# +# Auto-responder characteristics.

+# +# In the text fields below, string interpolation is performed with the +# following key/value substitutions:

+# +#

For each text field, you can either enter the text directly into +# the text box, or you can specify a file on your local system to upload +# as the text. + +# Should Mailman send an auto-response to mailing list posters? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +autorespond_postings = 0 + +# Auto-response text to send to mailing list posters. +autoresponse_postings_text = '' + +# Should Mailman send an auto-response to emails sent to the -owner +# address? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +autorespond_admin = 0 + +# Auto-response text to send to -owner emails. +autoresponse_admin_text = '' + +# Should Mailman send an auto-response to emails sent to the -request +# address? If you choose yes, decide whether you want Mailman to +# discard the original email, or forward it on to the system as a normal +# mail command. +# +# legal values are: +# 0 = "No" +# 1 = "Yes, w/discard" +# 2 = "Yes, w/forward" +autorespond_requests = 0 + +# Auto-response text to send to -request emails. +autoresponse_request_text = '' + +# Number of days between auto-responses to either the mailing list or +# -request/-owner address from the same poster. Set to zero (or +# negative) for no grace period (i.e. auto-respond to every message). +autoresponse_graceperiod = 90 + +## Contentfilter options +# +# Policies concerning the content of list traffic. +# +#

Content filtering works like this: when a message is received by +# the list and you have enabled content filtering, the individual +# attachments are first compared to the filter types. If +# the attachment type matches an entry in the filter types, it is +# discarded. +# +#

Then, if there are pass types defined, +# any attachment type that does not match a pass type is also +# discarded. If there are no pass types defined, this check is skipped. +# +#

After this initial filtering, any multipart attachments +# that are empty are removed. If the outer message is left empty after +# this filtering, then the whole message is discarded. Then, each +# multipart/alternative section will be replaced by just the +# first alternative that is non-empty after filtering. +# +#

Finally, any text/html parts that are left in the message +# may be converted to text/plain if convert_html_to_plaintext is enabled and the site is configured +# to allow these conversions. + +# Should Mailman filter the content of list traffic according to the +# settings below? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +filter_content = 0 + +# Use this option to remove each message attachment that matches one of +# these content types. Each line should contain a string naming a MIME +# type/subtype, e.g. image/gif. Leave off the subtype to remove all +# parts with a matching major content type, e.g. image. +# +# Blank lines are ignored. +# +# See also pass_mime_types for a content type whitelist. +filter_mime_types = '' + +# Use this option to remove each message attachment that does not have a +# matching content type. Requirements and formats are exactly like filter_mime_types. +# +# Note: if you add entries to this list but don't add multipart to this +# list, any messages with attachments will be rejected by the pass +# filter. +pass_mime_types = """multipart/mixed +multipart/alternative +text/plain""" + +# Should Mailman convert text/html parts to plain text? This conversion +# happens after MIME attachments have been stripped. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +convert_html_to_plaintext = 1 + +# One of these actions is take when the message matches one of the +# content filtering rules, meaning, the top-level content type matches +# one of the filter_mime_types, or the top-level content type does not match one +# of the pass_mime_types, or if after filtering the subparts of the message, +# the message ends up empty. +# +# Note this action is not taken if after filtering the message still +# contains content. In that case the message is always forwarded on to +# the list membership. +# +# When messages are discarded, a log entry is written containing the +# Message-ID of the discarded message. When messages are rejected or +# forwarded to the list owner, a reason for the rejection is included in +# the bounce message to the original author. When messages are +# preserved, they are saved in a special queue directory on disk for the +# site administrator to view (and possibly rescue) but otherwise +# discarded. This last option is only available if enabled by the site +# administrator. +# +# legal values are: +# 0 = "Discard" +# 1 = "Reject" +# 2 = "Forward to List Owner" +# 3 = "Preserve" +filter_action = 0 + +## Topics options +# +# List topic keywords + +# The topic filter categorizes each incoming email message according to +# regular +# expression filters you specify below. If the message's Subject: or +# Keywords: header contains a match against a topic filter, the message +# is logically placed into a topic bucket. Each user can then choose to +# only receive messages from the mailing list for a particular topic +# bucket (or buckets). Any message not categorized in a topic bucket +# registered with the user is not delivered to the list. +# +# Note that this feature only works with regular delivery, not digest +# delivery. +# +# The body of the message can also be optionally scanned for Subject: +# and Keywords: headers, as specified by the topics_bodylines_limit +# configuration variable. +# +# legal values are: +# 0 = "Disabled" +# 1 = "Enabled" +topics_enabled = 0 + +# The topic matcher will scan this many lines of the message body +# looking for topic keyword matches. Body scanning stops when either +# this many lines have been looked at, or a non-header-like body line is +# encountered. By setting this value to zero, no body lines will be +# scanned (i.e. only the Keywords: and Subject: headers will be +# scanned). By setting this value to a negative number, then all body +# lines will be scanned until a non-header-like line is encountered. +# +topics_bodylines_limit = 5 + +# Each topic keyword is actually a regular expression, which is matched +# against certain parts of a mail message, specifically the Keywords: +# and Subject: message headers. Note that the first few lines of the +# body of the message can also contain a Keywords: and Subject: "header" +# on which matching is also performed. +topics = [] + diff --git a/mailman/nilsstaerk.members b/mailman/nilsstaerk.members new file mode 100644 index 0000000..b87022c --- /dev/null +++ b/mailman/nilsstaerk.members @@ -0,0 +1,672 @@ +071@4131.org +6x112467@tiscali.dk +Ajimenez58@cantv.net +Alexander.Hattwig@netcologne.de +Anne.Winton@royalacademy.org.uk +Bazagramox@hotmail.com +CRUZMUR@terra.es +Christiane_Paul@whitney.org +Clausbjerre@sol.dk +Detroitmona@aol.com +Diana_Pulling@moma.org +ErnestoPujol@aol.com +FraserAR@aol.com +HUO@compuserve.com +Heike.Suetter@t-online.de +Houhrparis@aol.com +Infor@ingerlam.dk +Jensina@mpiri.org +JerrySaltz@aol.com +Kim@baldessari.org +Luis_Perez_Oramas@moma.org +MArzak@guggenheim-bilbao.es +Mail@peterfunch.com +Manuel.E.Gonzalez@chase.com +Maria_Montalva@moma.org +Michael_hall@gmx.net +Michel.ricard@culture.gouv.fr +Miriam_Basilio@moma.org +NancyP444@aol.com +NrBryson@aol.com +Ozaya@aol.com +PACOPE@teleline.es +Phelguera@guggenheim.org +Priamo@prodigy.net.mx +RosenblumRb@netscape.net +Stilling@generaldanmark.dk +Zdenka.Badovinac@mg-lj.si +aa0email@yahoo.com +aaronlevinelaw@aol.com +abbeloos11@hotmail.com +abildgaard@dca-cdb.dk +adamjavlatham@hotmail.com +adammcarr@hotmail.com +ads2@nyu.edu +aegidius@dk.ibm.com +aellegood@nortonfamilyoffice.com +ahmedfancy@yahoo.com +aissadione@arc.sn +ajimenez@cisneros.com +akm@herningkunstmuseum.dk +albergariagabrie@hotmail.com +alberto03@eresmas.com +alef@get2net.dk +alexander_natas@c.dk +alposo@cantv.net +alvalca@telefonica.net +alvall@jazfree.com +alvim63@hotmail.com +amattirolo@darc.beniculturali.it +amcarlson@mindspring.com +ames.afrique@wanadoo.fr +amg@trivium.gh.ub.es +anamc@w3art.es +anders@arttactic.com +anders@blaagaard.net +anders_ellegaard@ofir.dk +andrea.domesle@museumdermoderne.at +andrea@jespersen.co.uk +andrea@mfs.museum.no +andrea@mso13.com +anette.wingaard@skolekom.dk +anettehansen@hotmail.com +angelkal@adinet.com.uy +anjafranke@e-kobenhavn.dk +annahermansson@hotmail.com +anne@senstad.com +annebirte@artlink.no +annickb@altern.org +annlumbye@mail.dk +anything@airdeparis.com +apatel@newmuseum.org +arakis@arrakis.es +arieleisabelle@icnet.com.ve +arkylian@wanadoo.es +art-venture@skynet.be +art.stpdal@mail.tele.dk +art@artpublic.ch +artbox@hol.gr +artluv6@aol.com +artopia_net@yahoo.com +artpublic@hotmail.com +asa.nacking@rooseum.se +asa.nacking@swipnet.se +asnigallery@telecom.net.et +assistente@mam.org.br +athordal@hotmail.com +b-guided@b-guided.com +b2dk@yahoo.fr +batkin@bard.edu +bellet@lemonde.fr +benmonga@yahoo.fr +benteelisabeth@private.dk +berlin@nordenhake.com +berta.sichel@cars.mcu.es +bgrenvil@vanartgallery.bc.ca +birgittalund@get2net.dk +birgitteanderberg@mail.tele.dk +bitsch@tdcadsl.dk +bob@bobvanorsouw.ch +bobokrabbe@hotmail.com +brammer@os.dk +bryggebladet@mail.dk +c.elgiz@tnn.net +c_taplin@bellsouth.net +cameron@fuseproject.com +camilla@aub.dk +camouflage@skynet.be +can@kb.dk +capsengirl@hotmail.com +carlazaccagnini@yahoo.com.br +carlesguerra@hotmail.com +carlsonsarah81@hotmail.com +carstenhall@go.com +cascino6@hotmail.com +catertoart@aol.com +cba@vestkunst.dk +cbasualdo@aol.com +cbecker@artic.edu +ceamon@frequencylabs.com +cecilia.pereira.marimon@xunta.es +ceinstein@daileyads.com +cemetiah@indosat.net.id +cgarrido.fundacio@lacaixa.es +charlotte.o@wanadoo.dk +charlotte.s@smk.dk +charlotte.sprogoe@mail.dk +charlotte.thiis.evensen@nrk.no +charlotte@charlottenborg-art.dk +charlotteboudon@hotmail.com +charlottekrenk@hotmail.com +charlottmarkus@mail.com +chat@afribone.net.ml +chilie@post.tele.dk +christian@farmfreshfilms.com +christian@skovbjerg.com +christine.maes@gent.be +christine@nilstaerk.dk +christoph.ruys@belgacom.net +cjennow@hotmail.com +clairecanning@tankmagazine.com +cleocaf@yahoo.com +cmedin@yahoo.com +columnadearena@hotmail.com +cooperhall@aol.com +couchot@club-internet.fr +cr253@columbia.edu +cristianasartorio@opportunity4u.it +cs@vestkunst.dk +cw@christinawilson.net +d.dekerckhove@utoronto.ca +d.elliott@mori.art.museum +dalgaspanda@yahoo.com +dangermouse1@earthlink.net +daross222@earthlink.net +davisof@get2net.dk +db@damonbrandt.com +dboalds@ozcap.com +dcameron@newmuseum.org +dcorrie@cisneros.com +debliek@vmw.nl +deliverance@dial.pipex.com +derek@rammevaerk.dk +deste@idealcom.net +dhenry@risd.edu +diana@visao.com.br +direccion.mncars@cars.mcu.es +direccion_ci@correo.conaculta.gob.mx +director@elmuseo.org +dmc@scanvaegt.dk +dogenhaus@aol.com +donrubell@rubellhotels.com +doritma@t0.or.at +dorte@nilsstaerk.dk +dortehb@yahoo.dk +dotkorn@gone.dk +dr_ravn@hotmail.com +dv@tdc.dk +dvir_g@inter.net.il +e@katyasander.net +earmstrong@ocma.net +eb@brandstrup.no +ebbe_stub@hotmail.com +edith@lacoleccionjumex.org +editor@indexmagazine.com +ehalpryn@twinvestment.com +eimas@malba.org.ar +eis.bonde@mail.tele.dk +eis@gimm-eis.com +eivind@fotogalleriet.no +ejoo69@hotmail.com +ejoo@calarts.edu +ejoo@socrates.berkeley.edu +ekern@nyc.rr.com +elaine.kane@modernart.ie +elbab@retemail.es +eleni.x@eudoramail.com +elf.langsted@get2net.dk +elg@mail.tele.dk +elisabeth.harmitt@oamp.fr +els@hanappe.com +emif@micronet.it +enarmstrong@cox.net +enrique.juncosa@modernart.ie +ernandez@wanadoo.es +eva@sggallery.com +evaskibsted@hotmail.com +ewehrmann@gmx.de +fabiofaisal@hotmail.com +fashionfood@myself.com +fchaimovich@hotmail.com +fer_inc@hotmail.com +ferariarte@tin.it +finnbogi@finnbogi.com +forest@imaginet.fr +fos@city.dk +frank_franzen@hotmail.com +frellsen@hotmail.com +fridacornell@hotmail.com +fridakahlo@guerrillagirls.com +galegro@data.net.mx +galeria@helgadealvear.net +galeria@olivarauna.com +galerialuisserpa@mail.telepac.pt +galerie-graesslin@t-online.de +galerie.beckers@t-online.de +galerie.neu@snafu.de +galerie@de-expeditie.com +galerie@krobathwimmer.at +galeriegraesslin@compuserve.com +galleriaminini@numerica.it +galleriarubin@libero.it +gallery@praz-delavallade.com +gayle_gloria@hotmail.com +gbuntinx@micromuseo.org.pe +gbuntix@hotmail.com +gdt@mail.dk +gemma.testa@libero.it +gen@cca-glasgow.com +gewi@tiscali.dk +gfonti@tin.it +gg@guerrillagirls.com +gimm@gimm-eis.com +gitte.tjellesen@skolekom.dk +gitteoglars@get2net.dk +glinder@tiscali.net +gny@dav.egmont.com +gorm@mbox301.get2net.dk +goski@sol.dk +gperezb@mail.utexas.edu +gr@postmedia.net +granat@kagsaa.dk +grosenbe@iupui.edu +grynet76@hotmail.com +gunnar@kjems.com +gustavomarrone.arte@b-guided.com +habres@nacpool.at +halbergemilie@hotmail.com +halldor@netcom.ca +hanaltc@hotmail.com +hanuta77@hotmail.com +havetraktor@nilsstaerk.dk +hb@emerge.dk +heide.kramer@basis-wien.at +heike.munder@mgb.ch +helene.mustad@artlink.no +helle-peter@get2net.dk +helle.qvistgaard@smk.dk +helle_sommer@hotmail.com +helleland@hotmail.com +henar@helgadealvear.net +henbie@hotmail.com +hjort@hum.auc.dk +hoffmann@sophie-gips.de +honor@gagosian.com +hotlot1@hotmail.com +ibp@berlingske.dk +idaunsgaard@hotmail.com +ihansen@ingridhansengallery.com +info@annetgelink.com +info@apexart.org +info@arsfutura.com +info@artagents.de +info@artecontexto.com +info@cca-glasgow.com +info@frithstreetgallery.com +info@galeriat4.com +info@gallericharlottelund.com +info@giomarconi.com +info@hammersidi.com +info@i8.is +info@kug.dk +info@marcovigo.com +info@maxprotetch.com +info@mobilehomegallery.com +info@modernartinc.com +info@nicolafornello.com +info@outlook.gr +info@patrickseguin.com +info@soniarosso.com +info@suite106.com +info@thetownhousegallery.com +infocav@cav.net4b.pt +j.skjoldborg@mail.dk +jacobfabricius@wanadoo.dk +jade@dr.dk +jakobjakobsen@adr.dk +jalvaer@yahoo.com +jandol@get2net.dk +jane.burton@tate.org.uk +jane.burton@virgin.net +jasonrubell@rubellhotels.com +jbchristensen@dlf.org +jc@dlf.org +jdurana@artium.org +jegerjulia@hotmail.com +jelkins@artic.edu +jesper@artaround.com +jesper@nilsstaerk.dk +jfdr@eresmas.net +jhanhardt@earthlink.net +jhanhardt@guggenheim.org +jherrera@elmuseo.org +jkbrown@ozcap.com +jlindegaard1@hotmail.com +jlmoraza@arrakis.es +jlomax@ocma.net +jmanuel.bonet@cars.mcu.es +jnj@tdc.dk +joachim@kattrup.com +jock@san.rr.com +joel@interimart.net +john@baldessari.org +jonekvie@telia.com +jonfp@mail1.stofanet.dk +jphol@hotmail.com +jputnam@british-museum.ac.uk +jrocaaco@banrep.gov.co +jt@dtv.dk +juanmartinprada@w3art.es +jucarpa@inwind.it +judelson@i-20.com +julie.damgaard@tdcadsl.dk +julieta68@bellsouth.net +julieta68@yahoo.com +jvaliaga@hotmail.com +kaj.nyborg.isoplant@teliamail.dk +kaldender@kopenhagen.dk +kantorart@earthlink.net +karaoke@karaoke.dk +karen.lohrmann@berlin.de +karro_p@hotmail.com +katalog@brandts.dk +katerinagregos@hotmail.com +katharsis_arts@hotmail.com +katja@it-c.dk +katja@pp.dk +kayxmellish@yahoo.com +kea@post5.tele.dk +keli.esja@wanadoo.nl +kerstin.knepper@tate.org.uk +kim@kbvin.com +kim@ndreasen.private.as +kirsi.vakiparta@av-arkki.fi +kirsten.mathiesen@jp.dk +kjelman@online.no +kkanatani@guggenheim.org +kkern@worldonline.dk +koenig@museum-ludwig.de +kolovskaya@proarte.ru +konjitseyoum@hotmail.com +konstpap@hol.gr +kopenhagen@kopenhagen.dk +krag_egemose@email.dk +krisni77@hotmail.com +kristian@online.no +kristinask@gmx.net +krueger@rpi.edu +kthejll@image.dk +kultur@dr.dk +kystol@hotmail.com +l.jakob@mail.dk +laneeley@adelphia.net +laneeley@mac.com +lar@ntadvokater.dk +lars@textkontor.dk +lauraskoler@aol.com +leeagibstein@yahoo.com +leeagibsteinmd@yahoo.com +leif@hoexbroe.dk +leif_78@hotmail.com +leif_M_Tangen@yahoo.no +lemans@vmw.nl +lenbroch@12move.dk +leopar@tin.it +lh@fs.dk +liamgillick@compuserve.com +lieberaxel@telia.com +linetindkristensen@hotmail.com +linus.voncastelmur@cop.rep.admin.ch +lis@kunde.dk +liseharlev@gmx.net +litvinenkova@proarte.ru +liz@pennymccallfoundation.org +llagnado@nw.com.br +lone@jones.dk +lone@nilsstaerk.dk +lonedan@centrum.dk +lose@postman.dk +lottenburger@worldonline.dk +lphillips@newmuseum.org +lst@arkmail.dk +luisahedo@telefonica.net +lwaters@berkeleyrep.org +lzippay@eai.org +m.gestsson@ntlworld.com +m.kataoka@mori.art.museum +m.m.basilio@att.net +mads@dadlnet.dk +magdacurator@yahoo.com +magdflur@cubarte.cult.cu +mai36@artgalleries.ch +mail@daedala.com +mail@dittebolt.dk +mail@epi-gram.com +mail@galleriamaze.it +mail@re-magazine.com +mail@stathatos.net +mail@themoderninstitute.com +mailkim@kimsmai.com +maillistetest@nilsstaerk.dk +majbritt.loeland@privat.dk +mam.presidencia@mam.org.br +mamilliet@uol.com.br +mangerman@hotmail.com +map@pls.dk +margrit.brehm@museumdermoderne.at +mari.s@online.no +mari.shaw@obermayer.com +marialuzcardenas@cantv.net +marianne.torp@smk.dk +mariannejarolics@web.de +maribus@hotmail.com +mariebuskov@ofir.dk +marlene-ninabeth-skouboe@mail.dk +martin@drdante.dk +maryann@insite2000.org +matcook@matcook.homechoice.co.uk +mats.eriksson@brevet.nu +matthew@frieze.com +mepacheco@malba.org.ar +meraso@kultura.gipuzkoa.net +mestrom@mindspring.com +mette@aok.dk +mette@skjoedt.com +michaelrooks@earthlink.net +mikeskovgaard@hotmail.com +milu@itau.com.br +mkrichman@insite2000.org +mlubar@earthlink.net +mmanuel47@aol.com +mn@waffel.dk +mollefc@hotmail.com +monica@gjesdal.larsen.ms +morelllars@hotmail.com +mortenkirk9@hotmail.com +mosvold@kool.no +mponsa.fundacio@lacaixa.es +mrooks@tcmhi.org +mrush@palmbeachica.org +mt2187@columbia.edu +mtho@dr.dk +musbh@horsens.dk +napoleo@iname.com +nathalie.oliveira@culture.gouv.fr +nce@concorde-us.com +nextsaturday@yahoo.com +nicmed@yahoo.com +niklas@vonbartha.com +nils@nilsstaerk.dk +nilsj@krafwerk.no +nilsstaerk@kunst.dk +nindityo@yahoo.com +nith@dr.dk +njullien@noos.fr +nmirzoeff@notes.cc.sunysb.edu +noel@jacobnoel.dk +nw@nicolaiwallner.com +ockenholt@wanadoo.dk +ofa@3falke.dk +office@brandstromstene.se +office@klosterfelde.de +office@schipper-krome.com +oguibe@camwood.org +ohs@mail.dk +oldspice90@hotmail.com +orandi@skill.com.br +orod1313@hotmail.com +osvaldito@cox.net +p_kapperwilliams@hotmail.com +panaesthetik@lycos.com +patricia-o@mail.dk +pedro@trucatriche.com +pedroalonzo@hotmail.com +pedrosa.adriano@uol.com.br +pedrosa@aol.com.br +pefach@ofir.dk +pefo@nykredit.dk +pegasus@e-box.dk +peggymaxwell@symbolicaction.com +pelle@datanom.com +per.andreasen@tacky.dk +per@flydal.no +perch@dadlnet.dk +perezoramas@vzavenue.net +peter.rohleder@lavandoo.com +peter@alpgallery.com +peterdoroshenko@mac.com +peterhaisler@get2net.dk +petter@gpchannel.com +petter@mediafront.no +petter@snare.no +pf@bruunsbazaar.com +pgarciavelez@efcholdings.com +phelguera@aol.com +photo@artists.fi +pia.kristoffersson@chello.se +piras.michelle@libero.it +pjs1001@cam.ac.uk +plenge@post4.tele.dk +plh@framfab.dk +pm154@columbia.edu +pmacalau@harbourfront.on.ca +pmartin@lacoleccionjumex.org +post@ffkd.dk +pr@silkeborg-gym.dk +prcact@hol.gr +press@outlook.gr +prh6@neosoft.com +projecto@mindspring.com +pschou@post7.tele.dk +ptst@dadlnet.dk +r01sbp@af-dk.dk +ramon.esparza@euskalnet.net +raucciesantamaria@interfree.it +rbasha@tfaa.org +rcembalest@artnewsonline.com +rebeca@noguerasblanchard.com +reginebasha@hotmail.com +regkunst@uol.com.br +reviews@frieze.com +reyna@mail.utexas.edu +rhill@guggenheim.org +ricardo@amaste.com +richarddorment@dial.pipex.com +rikke@artlover.com +rivalowe@mindspring.com +rlowe@projectrowhouses.org +rmalina@ssl.berkeley.edu +rmoss2100@aol.com +robert.rosenblum@nyu.edu +robert@filler.demon.co.uk +roberta.furcolo@libero.it +robertobertacc@tin.it +robertsandtilton@earthlink.net +roderic@rodericsteinkamp.com +rosa@rosamartinez.com +rosmith@nytimes.com +rossellaterzolo@hotmail.com +rromero@cisneros.com +rwasko@muzart.infocentrum.com +s.win@tdcadsl.dk +sabinespaehn@hotmail.com +saibottt@hotmail.com +sallyt@serpentinegallery.org +sandra@transmag.org +saskia79@yahoo.com +sbm5@cornell.edu +schachter@mindspring.com +schivara@mcachicago.org +scuesta@w3art.es +sedrul@grn.es +seeart@pacbell.net +senebetennelse@hotmail.com +serexhe@zkm.de +sevgiz@ttnet.net.tr +sfk.sebastian.deisen@t-online.de +shannon.fitzgerald@contemporarystl.org +shirley_suki_1981@yahoo.com.hk +signal.galleri@swipnet.se +signen@tiscali.dk +sigveland@hotmail.com +simon.njami@free.fr +simon@metamute.com +simone.molitor@bancosantos.com.br +sjmw@wxs.nl +smallin@artic.edu +smarchan@fsof.uned.es +snozke@hotmail.com +sonia@colors.it +sophiepucill@hotmail.com +staffan_boije@yahoo.com +stathatos@daedala.com +steffen@steffenmartin.dk +steinunn@amp.is +stelarc@va.com.au +stellasig70@hotmail.com +stenka@fald.dk +stephan.granhaug@schibsted.no +stf913@hotmail.com +stmiller@hiwaay.net +straede@vip.cybercity.dk +strousa@yahoo.com +sylvie_betard@hotmail.com +t.gammelgaard@mail.dk +t.nagano@mori.art.museum +tbeck@mobilixnet.dk +tbrugera@cubarte.cult.cu +tbruguera@aol.com +tchiarelli@uol.com.br +teraqueiroz@hotmail.com +therese12@hotmail.com +thomas@ovlisen.com +thyrahilden@hotmail.com +tiloschulz@hotmail.com +tine.orth@arken.dk +tinevindfeld@mail.tele.dk +tmch@mail.dk +tmh@psglaw.dk +toni@bigmagazine.com +toqster@excite.com +tore-bahnson@mobilixnet.dk +torrente63@telefonica.net +trine@isness.org +trompetfisk@hotmail.com +trude@oslokunstforening.no +truls@diplomatique.net +u_fredriksson@hotmail.com +ube@neg-micon.dk +ulla@lyme.biz +urbanpurban@hotmail.com +v.g@c.dk +valentine@artasia.com.my +vcombalia@terra.es +veronica.wiman@brevet.nu +vesna@arts.ucla.edu +vibweb@yahoo.no +vicmir@dircon.co.uk +vitaminabc@mail.com +vnoorthoorn@hotmail.com +vnoorthoorn@malba.org.ar +vp@museumhojskole.dk +wjtm@uchicago.edu +wlam@cubarte.cult.cu +wstover@newmuseum.org +wwoon@mcachicago.org +wyckhuys@hotmail.com +xmel@xmel.com +yamatomichael@earthlink.net +ysg@nyc.rr.com +zamudiotaylor@hotmail.com +zaya-leo@eresmas.net +zorro8204@supereva.it diff --git a/mailman/nilsstaerk.py b/mailman/nilsstaerk.py index 3555ab2..63e1a87 100644 --- a/mailman/nilsstaerk.py +++ b/mailman/nilsstaerk.py @@ -1,5 +1,5 @@ ## "nilsstaerk" mailing list configuration settings -*- python -*- -## captured on Wed Mar 5 03:03:14 2003 +## captured on Thu Mar 11 02:10:42 2004 ## General options # @@ -270,7 +270,7 @@ max_message_size = 40 # addresses on this host, and generally should be the mail host's # exchanger address, if any. This setting can be useful for selecting # among alternative names of a host that has multiple addresses. -host_name = 'nilsstaerk.dk' +host_name = 'jones.dk' # RFC 2369 defines a set of List-* headers that are normally added to # every message sent to the list membership. These greatly aid end-users @@ -359,19 +359,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. # @@ -387,19 +386,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. # @@ -455,19 +453,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. # @@ -483,19 +480,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. # @@ -525,7 +521,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/nilsstaerk/archive">Archival # Options section for separate archive-related privacy settings. # Advertise this list when people ask what lists are on this machine? @@ -778,6 +774,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 @@ -940,10 +947,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. diff --git a/mailman/nord-utte.members b/mailman/nord-utte.members new file mode 100644 index 0000000..ccc6f3c --- /dev/null +++ b/mailman/nord-utte.members @@ -0,0 +1,15 @@ +CP@mst.dk +OM@fdir.dk +alfl@kemi.se +berit.eyde-kjuus@sft.no +britao@kemi.se +dr@jones.dk +hannu.komulainen@ktl.fi +hty@mst.dk +ingridp@kemi.se +jukka.ahtiainen@vyh.fi +jwh@mst.dk +magnus.nystrom@vyh.fi +pjn@mst.dk +ronald@jones.dk +sanna.koivisto@vyh.fi diff --git a/mailman/nord-utte.py b/mailman/nord-utte.py index 6dd7e4d..6e971d7 100644 --- a/mailman/nord-utte.py +++ b/mailman/nord-utte.py @@ -1,5 +1,5 @@ ## "nord-utte" mailing list configuration settings -*- python -*- -## captured on Wed Mar 5 03:03:15 2003 +## captured on Thu Mar 11 02:10:43 2004 ## General options # @@ -270,7 +270,7 @@ max_message_size = 200 # addresses on this host, and generally should be the mail host's # exchanger address, if any. This setting can be useful for selecting # among alternative names of a host that has multiple addresses. -host_name = 'nord-utte.org' +host_name = 'jones.dk' # RFC 2369 defines a set of List-* headers that are normally added to # every message sent to the list membership. These greatly aid end-users @@ -359,19 +359,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. # @@ -387,19 +386,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. # @@ -455,19 +453,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. # @@ -483,19 +480,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. # @@ -525,7 +521,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/nord-utte/archive">Archival # Options section for separate archive-related privacy settings. # Advertise this list when people ask what lists are on this machine? @@ -778,6 +774,17 @@ max_num_recipients = 20 # 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 @@ -940,10 +947,13 @@ archive_volume_frequency = 1 # # 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. diff --git a/mailman/nyheder.members b/mailman/nyheder.members new file mode 100644 index 0000000..f4bd303 --- /dev/null +++ b/mailman/nyheder.members @@ -0,0 +1,52 @@ +Britta Hjuler +Carsten Friis Overby +Mandrup Lars +Marian Holst Petersen +Mette Meineche +Ole Eliasen +SteenBillesteen.bille@dgi.dk +Anna-Lis Berg +ASG kontor +Bent Vester +Bent Thygesen +Boerge Rasmussen +Brian Pedersen +Chris Larsen +Laila Mortensen +Clara Okoy +Jonas Smedegaard +Ivan Dybvad +Flemming Moelgaard +Henriette Bjerrum +Helle Hansen +hhoej@tdc.dk +Hanne Kokkegaard +Inge-Merete Heltoft +Ilse Boerlum +Inge Sjoegaard +Troels Knudsen +Jette Elkj?r +Jonas Smedegaard +Katrine Solvang +karin Olesen +Kirsten Brusgaard +Kirstine Mortensen +Ulla Kjaervang +Klaus Vaad +Lene Schjoedt +Lise Petersen +Johannes Andersen +"Mai S. Olesen" +Marlene Bjerre +Mette Mikkelsen +Michael Fjoelner +Niels Raun Lassen +Per Dahl Pedersen +"Rune B. Andersen" +Mette Nissen Ruus +Susanne Feld +Sille Bruhn Lilhav +Sine Agergaard +Soeren Moeller +Solvejg Pedersen +Vicki Christensen diff --git a/mailman/nyheder.py b/mailman/nyheder.py new file mode 100644 index 0000000..47d855f --- /dev/null +++ b/mailman/nyheder.py @@ -0,0 +1,1214 @@ +## "nyheder" mailing list configuration settings -*- python -*- +## captured on Thu Mar 11 02:10:45 2004 + +## General options +# +# Fundamental list characteristics, including descriptive info and basic +# behaviors. + +# The capitalization of this name can be changed to make it presentable +# in polite company as a proper noun, or to make an acronym part all +# upper case, etc. However, the name will be advertised as the email +# address (e.g., in subscribe confirmation notices), so it should not be +# otherwise altered. (Email addresses are not case sensitive, but they +# are sensitive to almost everything else :-) +real_name = 'Nyheder' + +# There are two ownership roles associated with each mailing list. The +# list administrators are the people who have ultimate control over all +# parameters of this mailing list. They are able to change any list +# configuration variable available through these administration web +# pages. +# +# The list moderators have more limited permissions; they are not able +# to change any list configuration variable, but they are allowed to +# tend to pending administration requests, including approving or +# rejecting held subscription requests, and disposing of held postings. +# Of course, the list administrators can also tend to pending requests. +# +# In order to split the list ownership duties into administrators and +# moderators, you must set a separate moderator password, and also +# provide the email addresses of the list moderators. Note that the +# field you are changing here specifies the list administrators. +owner = ['dr@jones.dk'] + +# There are two ownership roles associated with each mailing list. The +# list administrators are the people who have ultimate control over all +# parameters of this mailing list. They are able to change any list +# configuration variable available through these administration web +# pages. +# +# The list moderators have more limited permissions; they are not able +# to change any list configuration variable, but they are allowed to +# tend to pending administration requests, including approving or +# rejecting held subscription requests, and disposing of held postings. +# Of course, the list administrators can also tend to pending requests. +# +# In order to split the list ownership duties into administrators and +# moderators, you must set a separate moderator password, and also +# provide the email addresses of the list moderators in this section. +# Note that the field you are changing here specifies the list +# moderators. +moderator = ['sf@dgi-huset.dk', 'tk@dgi-huset.dk'] + +# This description is used when the mailing list is listed with other +# mailing lists, or in headers, and so forth. It should be as succinct +# as you can get it, while still identifying what the list is. +description = 'Nyheder om DGI-huset i Århus' + +# The text will be treated as html except that newlines will be +# translated to
- so you can use links, preformatted text, etc, but +# don't put in carriage returns except where you mean to separate +# paragraphs. And review your changes - bad html (like some +# unterminated HTML constructs) can prevent display of the entire +# listinfo page. +info = """Nyheder om DGI-huset i Århus. + +Åben for tilmelding. Offentligt tilgængeligt arkiv. Kun DGI-huset kan sende til listen.""" + +# This text will be prepended to subject lines of messages posted to the +# list, to distinguish mailing list messages in in mailbox summaries. +# Brevity is premium here, it's ok to shorten long mailing list names to +# something more concise, as long as it still identifies the mailing +# list. +subject_prefix = '[Nyheder] ' + +# Hide the sender of a message, replacing it with the list address +# (Removes From, Sender and Reply-To fields) +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +anonymous_list = 1 + +# Should any existing Reply-To: header found in the original message be +# stripped? If so, this will be done regardless of whether an explict +# Reply-To: header is added by Mailman or not. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +first_strip_reply_to = 1 + +# This option controls what Mailman does to the Reply-To: header in +# messages flowing through this mailing list. When set to Poster, no +# Reply-To: header is added by Mailman, although if one is present in +# the original message, it is not stripped. Setting this value to +# either This list or Explicit address causes Mailman to insert a +# specific Reply-To: header in all messages, overriding the header in +# the original message if necessary (Explicit address inserts the value +# of reply_to_address). +# +# There are many reasons not to introduce or override the Reply-To: +# header. One is that some posters depend on their own Reply-To: +# settings to convey their valid return address. Another is that +# modifying Reply-To: makes it much more difficult to send private +# replies. See `Reply-To' +# Munging Considered Harmful for a general discussion of this issue. +# See Reply-To +# Munging Considered Useful for a dissenting opinion. +# +# Some mailing lists have restricted posting privileges, with a parallel +# list devoted to discussions. Examples are `patches' or `checkin' +# lists, where software changes are posted by a revision control system, +# but discussion about the changes occurs on a developers mailing list. +# To support these types of mailing lists, select Explicit address and +# set the Reply-To: address below to point to the parallel list. +# +# legal values are: +# 0 = "Poster" +# 1 = "This list" +# 2 = "Explicit address" +reply_goes_to_list = 2 + +# This is the address set in the Reply-To: header when the reply_goes_to_list option +# is set to Explicit address. +# +# There are many reasons not to introduce or override the Reply-To: +# header. One is that some posters depend on their own Reply-To: +# settings to convey their valid return address. Another is that +# modifying Reply-To: makes it much more difficult to send private +# replies. See `Reply-To' +# Munging Considered Harmful for a general discussion of this issue. +# See Reply-To +# Munging Considered Useful for a dissenting opinion. +# +# Some mailing lists have restricted posting privileges, with a parallel +# list devoted to discussions. Examples are `patches' or `checkin' +# lists, where software changes are posted by a revision control system, +# but discussion about the changes occurs on a developers mailing list. +# To support these types of mailing lists, specify the explicit +# Reply-To: address here. You must also specify Explicit address in the +# reply_goes_to_list variable. +# +# Note that if the original message contains a Reply-To: header, it will +# not be changed. +reply_to_address = 'info@dgi-huset.dk' + +# Set this to yes when this list is intended to cascade only to other +# mailing lists. When set, meta notices like confirmations and password +# reminders will be directed to an address derived from the member's +# address - it will have the value of "umbrella_member_suffix" appended +# to the member's account name. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +umbrella_list = 0 + +# When "umbrella_list" is set to indicate that this list has other +# mailing lists as members, then administrative notices like +# confirmations and password reminders need to not be sent to the member +# list addresses, but rather to the owner of those member lists. In +# that case, the value of this setting is appended to the member's +# account name for such notices. `-owner' is the typical choice. This +# setting has no effect when "umbrella_list" is "No". +umbrella_member_suffix = '-owner' + +# Turn this on if you want password reminders to be sent once per month +# to your members. Note that members may disable their own individual +# password reminders. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +send_reminders = 0 + +# This value, if any, will be added to the front of the new-subscriber +# welcome message. The rest of the welcome message already describes +# the important addresses and URLs for the mailing list, so you don't +# need to include any of that kind of stuff here. This should just +# contain mission-specific kinds of things, like etiquette policies or +# team orientation, or that kind of thing. +# +# Note that this text will be wrapped, according to the following rules: +# Each paragraph is filled so that no line is longer than 70 characters. +# Any line that begins with whitespace is not filled. A blank line +# separates paragraphs. +# +welcome_msg = '' + +# Turn this off only if you plan on subscribing people manually and +# don't want them to know that you did so. This option is most useful +# for transparently migrating lists from some other mailing list manager +# to Mailman. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +send_welcome_msg = 1 + +# Text sent to people leaving the list. If empty, no special text will +# be added to the unsubscribe message. +goodbye_msg = '' + +# Send goodbye message to members when they are unsubscribed? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +send_goodbye_msg = 1 + +# List moderators (and list administrators) are sent daily reminders of +# requests pending approval, like subscriptions to a moderated list, or +# postings that are being held for one reason or another. Setting this +# option causes notices to be sent immediately on the arrival of new +# requests as well. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +admin_immed_notify = 1 + +# Should administrator get notices of subscribes and unsubscribes? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +admin_notify_mchanges = 1 + +# Approval notices are sent when mail triggers certain of the limits +# except routine list moderation and spam filters, for which notices are +# not sent. This option overrides ever sending the notice. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +respond_to_post_requests = 1 + +# When this option is enabled, all list traffic is emergency moderated, +# i.e. held for moderation. Turn this option on when your list is +# experiencing a flamewar and you want a cooling off period. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +emergency = 0 + +# When a new member is subscribed to this list, their initial set of +# options is taken from the this variable's setting. +new_member_options = 260 + +# Administrivia tests will check postings to see whether it's really +# meant as an administrative request (like subscribe, unsubscribe, etc), +# and will add it to the the administrative requests queue, notifying +# the administrator of the new request, in the process. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +administrivia = 0 + +# Maximum length in kilobytes (KB) of a message body. Use 0 for no +# limit. +max_message_size = 0 + +# The "host_name" is the preferred name for email to mailman-related +# addresses on this host, and generally should be the mail host's +# exchanger address, if any. This setting can be useful for selecting +# among alternative names of a host that has multiple addresses. +host_name = 'dgi-huset.dk' + +# RFC 2369 defines a set of List-* headers that are normally added to +# every message sent to the list membership. These greatly aid end-users +# who are using standards compliant mail readers. They should normally +# always be enabled. +# +# However, not all mail readers are standards compliant yet, and if you +# have a large number of members who are using non-compliant mail +# readers, they may be annoyed at these headers. You should first try +# to educate your members as to why these headers exist, and how to hide +# them in their mail clients. As a last resort you can disable these +# headers, but this is not recommended (and in fact, your ability to +# disable these headers may eventually go away). +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +include_rfc2369_headers = 1 + +# The List-Post: header is one of the headers recommended by RFC 2369. +# However for some announce-only mailing lists, only a very select group +# of people are allowed to post to the list; the general membership is +# usually not allowed to post. For lists of this nature, the List-Post: +# header is misleading. Select No to disable the inclusion of this +# header. (This does not affect the inclusion of the other List-*: +# headers.) +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +include_list_post_header = 1 + +## Language options +# +# Natural language (internationalization) options. + +# This is the default natural language for this mailing list. If more +# than one language is supported then users will be able to select their +# own preferences for when they interact with the list. All other +# 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' + +# These are all the natural languages supported by this list. Note that +# the default language must be included. +available_languages = ['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 +# be encoded according to the relevant standards. However, if your +# prefix contains only ASCII characters, you may want to set this option +# to Never to disable prefix encoding. This can make the subject +# headers slightly more readable for users with mail readers that don't +# properly handle non-ASCII encodings. +# +# Note however, that if your mailing list receives both encoded and +# unencoded subject headers, you might want to choose As needed. Using +# this setting, Mailman will not encode ASCII prefixes when the rest of +# the header contains only ASCII characters, but if the original header +# contains non-ASCII characters, it will encode the prefix. This avoids +# an ambiguity in the standards which could cause some mail readers to +# display extra, or missing spaces between the prefix and the original +# header. +# +# legal values are: +# 0 = "Never" +# 1 = "Always" +# 2 = "As needed" +encode_ascii_prefixes = 0 + +## Nondigest options +# +# Policies concerning immediately delivered list traffic. + +# Can subscribers choose to receive mail immediately, rather than in +# batched digests? +# +# legal values are: +# 0 = "No" +# 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: +# +# +# 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. +# +# 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/%(list_name)s to yield the listinfo page for the mailing +# list. +# +# description - The brief description of the mailing list. +# +# info - The full description of the mailing list. +# +# cgiext - The extension added to 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: +# +# +# 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. +# +# 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/%(list_name)s to yield the listinfo page for the mailing +# list. +# +# description - The brief description of the mailing list. +# +# info - The full description of the mailing list. +# +# cgiext - The extension added to CGI scripts. +# +# +msg_footer = """_______________________________________________ +%(real_name)s mailing list +%(real_name)s@%(host_name)s +%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s""" + +## Digest options +# +# Batched-delivery digest characteristics. + +# Can list members choose to receive list traffic bunched in digests? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +digestable = 1 + +# Which delivery mode is the default for new users? +# +# legal values are: +# 0 = "Regular" +# 1 = "Digest" +digest_is_default = 0 + +# When receiving digests, which format is default? +# +# legal values are: +# 0 = "Plain" +# 1 = "MIME" +mime_is_default_digest = 0 + +# How big in Kb should a digest be before it gets sent out? +digest_size_threshhold = 30 + +# Should a digest be dispatched daily when the size threshold isn't +# reached? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +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: +# +# +# 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. +# +# 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/%(list_name)s to yield the listinfo page for the mailing +# list. +# +# description - The brief description of the mailing list. +# +# info - The full description of the mailing list. +# +# cgiext - The extension added to 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: +# +# +# 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. +# +# 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/%(list_name)s to yield the listinfo page for the mailing +# list. +# +# description - The brief description of the mailing list. +# +# info - The full description of the mailing list. +# +# cgiext - The extension added to CGI scripts. +# +# +digest_footer = """_______________________________________________ +%(real_name)s mailing list +%(real_name)s@%(host_name)s +%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s""" + +# When a new digest volume is started, the volume number is incremented +# and the issue number is reset to 1. +# +# legal values are: +# 0 = "Yearly" +# 1 = "Monthly" +# 2 = "Quarterly" +# 3 = "Weekly" +# 4 = "Daily" +digest_volume_frequency = 1 + +## Privacy options +# +# 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 +# Options section for separate archive-related privacy settings. + +# Advertise this list when people ask what lists are on this machine? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +advertised = 1 + +# Confirm (*) - email confirmation required Require approval - require +# list administrator approval for subscriptions Confirm and approve - +# both confirm and approve +# +# (*) when someone requests a subscription, Mailman sends them a notice +# with a unique subscription request number that they must reply to in +# order to subscribe. This prevents mischievous (or malicious) people +# from creating subscriptions for others without their consent. +# +# legal values are: +# 1 = "Confirm" +# 2 = "Require approval" +# 3 = "Confirm and approve" +subscribe_policy = 1 + +# When members want to leave a list, they will make an unsubscription +# request, either via the web or via email. Normally it is best for you +# to allow open unsubscriptions so that users can easily remove +# themselves from mailing lists (they get really upset if they can't get +# off lists!). +# +# For some lists though, you may want to impose moderator approval +# before an unsubscription request is processed. Examples of such lists +# include a corporate mailing list that all employees are required to be +# members of. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +unsubscribe_policy = 0 + +# Addresses in this list are banned outright from subscribing to this +# 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 = [] + +# When set, the list of subscribers is protected by member or admin +# password authentication. +# +# legal values are: +# 0 = "Anyone" +# 1 = "List members" +# 2 = "List admin only" +private_roster = 2 + +# Setting this option causes member email addresses to be transformed +# when they are presented on list web pages (both in text and as links), +# so they're not trivially recognizable as email addresses. The +# intention is to prevent the addresses from being snarfed up by +# automated web scanners for use by spammers. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +obscure_addresses = 1 + +## Privacy options +# +# When a message is posted to the list, a series of moderation steps are +# take to decide whether the a moderator must first approve the message +# or not. This section contains the controls for moderation of both +# member and non-member postings. +# +#

Member postings are held for moderation if their moderation +# flag is turned on. You can control whether member postings are +# moderated by default or not. +# +#

Non-member postings can be automatically accepted, +# held for +# moderation, rejected +# (bounced), or discarded, either individually or as a group. Any posting from a +# non-member who is not explicitly accepted, rejected, or discarded, +# will have their posting filtered by the general +# non-member rules. +# +#

In the text boxes below, add one address per line; start the line +# with a ^ character to designate a Python regular +# expression. When entering backslashes, do so as if you were using +# Python raw strings (i.e. you generally just use a single backslash). +# +#

Note that non-regexp matches are always done first. + +# Each list member has a moderation flag which says whether messages +# from the list member can be posted directly to the list, or must first +# be approved by the list moderator. When the moderation flag is turned +# on, list member postings must be approved first. You, the list +# administrator can decide whether a specific individual's postings will +# be moderated or not. +# +# When a new member is subscribed, their initial moderation flag takes +# its value from this option. Turn this option off to accept member +# postings by default. Turn this option on to, by default, moderate +# member postings first. You can always manually set an individual +# member's moderation bit by using the membership management screens. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +default_member_moderation = 1 + +# Hold -- this holds the message for approval by the list moderators. +# +# Reject -- this automatically rejects the message by sending a bounce +# notice to the post's author. The text of the bounce notice can be configured by +# you. +# +# Discard -- this simply discards the message, with no notice sent to +# the post's author. +# +# +# legal values are: +# 0 = "Hold" +# 1 = "Reject" +# 2 = "Discard" +member_moderation_action = 0 + +# Text to include in any rejection +# notice to be sent to moderated members who post to this list. +member_moderation_notice = """Email-adressen nyheder@dgi-huset ender blindt. + +Brug istedet web-adressen http://www.dgi-huset.dk/ eller email-adressen info@dgi-huset.dk . + +Velig hilsen DGI-huset.""" + +# Postings from any of these non-members will be automatically accepted +# with no further moderation applied. Add member addresses one per +# line; start the line with a ^ character to designate a regular +# expression match. +accept_these_nonmembers = [] + +# Postings from any of these non-members will be immediately and +# automatically held for moderation by the list moderators. The sender +# will receive a notification message which will allow them to cancel +# their held message. Add member addresses one per line; start the line +# with a ^ character to designate a regular expression match. +hold_these_nonmembers = ['^.*@dgi-huset.dk'] + +# Postings from any of these non-members will be automatically rejected. +# In other words, their messages will be bounced back to the sender with +# a notification of automatic rejection. This option is not appropriate +# for known spam senders; their messages should be automatically +# discarded. +# +# Add member addresses one per line; start the line with a ^ character +# to designate a regular expression match. +reject_these_nonmembers = [] + +# Postings from any of these non-members will be automatically +# discarded. That is, the message will be thrown away with no further +# processing or notification. The sender will not receive a +# notification or a bounce, however the list moderators can optionally +# receive +# copies of auto-discarded messages.. +# +# Add member addresses one per line; start the line with a ^ character +# to designate a regular expression match. +discard_these_nonmembers = [] + +# When a post from a non-member is received, the message's sender is +# matched against the list of explicitly accepted, +# held, rejected (bounced), and discarded +# addresses. If no match is found, then this action is taken. +# +# legal values are: +# 0 = "Accept" +# 1 = "Hold" +# 2 = "Reject" +# 3 = "Discard" +generic_nonmember_action = 1 + +# Should messages from non-members, which are automatically discarded, +# be forwarded to the list moderator? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +forward_auto_discards = 1 + +## Privacy options +# +# This section allows you to configure various filters based on the +# recipient of the message. + +# Many (in fact, most) spams do not explicitly name their myriad +# destinations in the explicit destination addresses - in fact often the +# To: field has a totally bogus address for obfuscation. The constraint +# applies only to the stuff in the address before the '@' sign, but +# still catches all such spams. +# +# The cost is that the list will not accept unhindered any postings +# relayed from other addresses, unless +# +# +# The relaying address has the same name, or +# +# The relaying address name is included on the options that specifies +# acceptable aliases for the list. +# +# +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +require_explicit_destination = 1 + +# Alternate addresses that are acceptable when +# `require_explicit_destination' is enabled. This option takes a list +# of regular expressions, one per line, which is matched against every +# recipient address in the message. The matching is performed with +# Python's re.match() function, meaning they are anchored to the start +# of the string. +# +# For backwards compatibility with Mailman 1.1, if the regexp does not +# contain an `@', then the pattern is matched against just the local +# part of the recipient address. If that match fails, or if the pattern +# does contain an `@', then the pattern is matched against the entire +# recipient address. +# +# Matching against the local part is deprecated; in a future release, +# the pattern will always be matched against the entire recipient +# address. +acceptable_aliases = '' + +# If a posting has this number, or more, of recipients, it is held for +# admin approval. Use 0 for no ceiling. +max_num_recipients = 10 + +## Privacy options +# +# This section allows you to configure various anti-spam filters posting +# filters, which can help reduce the amount of spam your list members +# 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 +# beginning with '#' are ignored as comments. +# +# For example:to: .*@public.com says to hold all postings with a To: +# mail header containing '@public.com' anywhere among the addresses. +# +# Note that leading whitespace is trimmed from the regexp. This can be +# circumvented in a number of ways, e.g. by escaping or bracketing it. +bounce_matching_headers = """ +# Lines that *start* with a '#' are comments. +to: friend@public.com +message-id: relay.comanche.denmark.eu +from: list@listme.com +from: .*@uplinkpro.com""" + +## Bounce options +# +# These policies control the automatic bounce processing system in +# Mailman. Here's an overview of how it works. +# +#

When a bounce is received, Mailman tries to extract two pieces of +# information from the message: the address of the member the message +# was intended for, and the severity of the problem causing the bounce. +# The severity can be either hard or soft meaning +# either a fatal error occurred, or a transient error occurred. When in +# doubt, a hard severity is used. +# +#

If no member address can be extracted from the bounce, then the +# bounce is usually discarded. Otherwise, each member is assigned a +# bounce score and every time we encounter a bounce from this +# member we increment the score. Hard bounces increment by 1 while soft +# bounces increment by 0.5. We only increment the bounce score once per +# day, so even if we receive ten hard bounces from a member per day, +# their score will increase by only 1 for that day. +# +#

When a member's bounce score is greater than the bounce score +# threshold, the subscription is disabled. Once disabled, the +# member will not receive any postings from the list until their +# membership is explicitly re-enabled (either by the list administrator +# or the user). However, they will receive occasional reminders that +# their membership has been disabled, and these reminders will include +# information about how to re-enable their membership. +# +#

You can control both the number of +# reminders the member will receive and the frequency with which these reminders are sent. +# +#

There is one other important configuration variable; after a +# certain period of time -- during which no bounces from the member are +# received -- the bounce information is considered stale +# and discarded. Thus by adjusting this value, and the score threshold, +# you can control how quickly bouncing members are disabled. You should +# tune both of these to the frequency and traffic volume of your list. + +# By setting this value to No, you disable all automatic bounce +# processing for this list, however bounce messages will still be +# discarded so that the list administrator isn't inundated with them. +# +# legal values are: +# 0 = "No" +# 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. +bounce_score_threshold = 5.0 + +# The number of days after which a member's bounce information is +# discarded, if no new bounces have been received in the interim. This +# value must be an integer. +bounce_info_stale_after = 7 + +# How many Your Membership Is Disabled warnings a disabled member should +# get before their address is removed from the mailing list. Set to 0 +# to immediately remove an address from the list once their bounce score +# exceeds the threshold. This value must be an integer. +bounce_you_are_disabled_warnings = 3 + +# The number of days between sending the Your Membership Is Disabled +# warnings. This value must be an integer. +bounce_you_are_disabled_warnings_interval = 7 + +# While Mailman's bounce detector is fairly robust, it's impossible to +# detect every bounce format in the world. You should keep this +# variable set to Yes for two reasons: 1) If this really is a permanent +# bounce from one of your members, you should probably manually remove +# them from your list, and 2) you might want to send the message on to +# the Mailman developers so that this new format can be added to its +# known set. +# +# If you really can't be bothered, then set this variable to No and all +# non-detected bounces will be discarded without further processing. +# +# Note: This setting will also affect all messages sent to your list's +# -admin address. This address is deprecated and should never be used, +# but some people may still send mail to this address. If this happens, +# and this variable is set to No those messages too will get discarded. +# You may want to set up an autoresponse message for email to the -owner +# and -admin address. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +bounce_unrecognized_goes_to_list_owner = 1 + +# By setting this value to No, you turn off notification messages that +# are normally sent to the list owners when a member's delivery is +# disabled due to excessive bounces. An attempt to notify the member +# will always be made. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +bounce_notify_owner_on_disable = 1 + +# By setting this value to No, you turn off notification messages that +# are normally sent to the list owners when a member is unsubscribed due +# to excessive bounces. An attempt to notify the member will always be +# made. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +bounce_notify_owner_on_removal = 1 + +## Archive options +# +# List traffic archival policies. + +# Archive messages? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +archive = 1 + +# Is archive file source for public or private archival? +# +# legal values are: +# 0 = "public" +# 1 = "private" +archive_private = 0 + +# How often should a new archive volume be started? +# +# legal values are: +# 0 = "Yearly" +# 1 = "Monthly" +# 2 = "Quarterly" +# 3 = "Weekly" +# 4 = "Daily" +archive_volume_frequency = 1 + +## Gateway options +# +# Mail-to-News and News-to-Mail gateway services. + +# 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. +linked_newsgroup = '' + +# Should new posts to the mailing list be sent to the newsgroup? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +gateway_to_news = 0 + +# Should new posts to the newsgroup be sent to the mailing list? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +gateway_to_mail = 0 + +# This setting determines the moderation policy of the newsgroup and its +# interaction with the moderation policy of the mailing list. This only +# applies to the newsgroup that you are gatewaying to, so if you are +# only gatewaying from Usenet, or the newsgroup you are gatewaying to is +# not moderated, set this option to None. +# +# If the newsgroup is moderated, you can set this mailing list up to be +# the moderation address for the newsgroup. By selecting Moderated, an +# additional posting hold will be placed in the approval process. All +# messages posted to the mailing list will have to be approved before +# being sent on to the newsgroup, or to the mailing list membership. +# +# Note that if the message has an Approved header with the list's +# administrative password in it, this hold test will be bypassed, +# allowing privileged posters to send messages directly to the list and +# the newsgroup. +# +# Finally, if the newsgroup is moderated, but you want to have an open +# posting policy anyway, you should select Open list, moderated group. +# The effect of this is to use the normal Mailman moderation facilities, +# but to add an Approved header to all messages that are gatewayed to +# Usenet. +# +# legal values are: +# 0 = "None" +# 1 = "Open list, moderated group" +# 2 = "Moderated" +news_moderation = 0 + +# Mailman prefixes Subject: headers with text you can customize and +# normally, this prefix shows up in messages gatewayed to Usenet. You +# can set this option to No to disable the prefix on gated messages. Of +# course, if you turn off normal Subject: prefixes, they won't be +# prefixed for gated messages either. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +news_prefix_subject_too = 1 + +## Autoreply options +# +# Auto-responder characteristics.

+# +# In the text fields below, string interpolation is performed with the +# following key/value substitutions:

+# +#

For each text field, you can either enter the text directly into +# the text box, or you can specify a file on your local system to upload +# as the text. + +# Should Mailman send an auto-response to mailing list posters? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +autorespond_postings = 0 + +# Auto-response text to send to mailing list posters. +autoresponse_postings_text = '' + +# Should Mailman send an auto-response to emails sent to the -owner +# address? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +autorespond_admin = 0 + +# Auto-response text to send to -owner emails. +autoresponse_admin_text = '' + +# Should Mailman send an auto-response to emails sent to the -request +# address? If you choose yes, decide whether you want Mailman to +# discard the original email, or forward it on to the system as a normal +# mail command. +# +# legal values are: +# 0 = "No" +# 1 = "Yes, w/discard" +# 2 = "Yes, w/forward" +autorespond_requests = 0 + +# Auto-response text to send to -request emails. +autoresponse_request_text = '' + +# Number of days between auto-responses to either the mailing list or +# -request/-owner address from the same poster. Set to zero (or +# negative) for no grace period (i.e. auto-respond to every message). +autoresponse_graceperiod = 90 + +## Contentfilter options +# +# Policies concerning the content of list traffic. +# +#

Content filtering works like this: when a message is received by +# the list and you have enabled content filtering, the individual +# attachments are first compared to the filter types. If +# the attachment type matches an entry in the filter types, it is +# discarded. +# +#

Then, if there are pass types defined, +# any attachment type that does not match a pass type is also +# discarded. If there are no pass types defined, this check is skipped. +# +#

After this initial filtering, any multipart attachments +# that are empty are removed. If the outer message is left empty after +# this filtering, then the whole message is discarded. Then, each +# multipart/alternative section will be replaced by just the +# first alternative that is non-empty after filtering. +# +#

Finally, any text/html parts that are left in the message +# may be converted to text/plain if convert_html_to_plaintext is enabled and the site is configured +# to allow these conversions. + +# Should Mailman filter the content of list traffic according to the +# settings below? +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +filter_content = 0 + +# Use this option to remove each message attachment that matches one of +# these content types. Each line should contain a string naming a MIME +# type/subtype, e.g. image/gif. Leave off the subtype to remove all +# parts with a matching major content type, e.g. image. +# +# Blank lines are ignored. +# +# See also pass_mime_types for a content type whitelist. +filter_mime_types = '' + +# Use this option to remove each message attachment that does not have a +# matching content type. Requirements and formats are exactly like filter_mime_types. +# +# Note: if you add entries to this list but don't add multipart to this +# list, any messages with attachments will be rejected by the pass +# filter. +pass_mime_types = """multipart/mixed +multipart/alternative +text/plain""" + +# Should Mailman convert text/html parts to plain text? This conversion +# happens after MIME attachments have been stripped. +# +# legal values are: +# 0 = "No" +# 1 = "Yes" +convert_html_to_plaintext = 1 + +# One of these actions is take when the message matches one of the +# content filtering rules, meaning, the top-level content type matches +# one of the filter_mime_types, or the top-level content type does not match one +# of the pass_mime_types, or if after filtering the subparts of the message, +# the message ends up empty. +# +# Note this action is not taken if after filtering the message still +# contains content. In that case the message is always forwarded on to +# the list membership. +# +# When messages are discarded, a log entry is written containing the +# Message-ID of the discarded message. When messages are rejected or +# forwarded to the list owner, a reason for the rejection is included in +# the bounce message to the original author. When messages are +# preserved, they are saved in a special queue directory on disk for the +# site administrator to view (and possibly rescue) but otherwise +# discarded. This last option is only available if enabled by the site +# administrator. +# +# legal values are: +# 0 = "Discard" +# 1 = "Reject" +# 2 = "Forward to List Owner" +# 3 = "Preserve" +filter_action = 0 + +## Topics options +# +# List topic keywords + +# The topic filter categorizes each incoming email message according to +# regular +# expression filters you specify below. If the message's Subject: or +# Keywords: header contains a match against a topic filter, the message +# is logically placed into a topic bucket. Each user can then choose to +# only receive messages from the mailing list for a particular topic +# bucket (or buckets). Any message not categorized in a topic bucket +# registered with the user is not delivered to the list. +# +# Note that this feature only works with regular delivery, not digest +# delivery. +# +# The body of the message can also be optionally scanned for Subject: +# and Keywords: headers, as specified by the topics_bodylines_limit +# configuration variable. +# +# legal values are: +# 0 = "Disabled" +# 1 = "Enabled" +topics_enabled = 0 + +# The topic matcher will scan this many lines of the message body +# looking for topic keyword matches. Body scanning stops when either +# this many lines have been looked at, or a non-header-like body line is +# encountered. By setting this value to zero, no body lines will be +# scanned (i.e. only the Keywords: and Subject: headers will be +# scanned). By setting this value to a negative number, then all body +# lines will be scanned until a non-header-like line is encountered. +# +topics_bodylines_limit = 5 + +# Each topic keyword is actually a regular expression, which is matched +# against certain parts of a mail message, specifically the Keywords: +# and Subject: message headers. Note that the first few lines of the +# body of the message can also contain a Keywords: and Subject: "header" +# on which matching is also performed. +topics = [] + diff --git a/mailman/users.members b/mailman/users.members new file mode 100644 index 0000000..63e57a4 --- /dev/null +++ b/mailman/users.members @@ -0,0 +1,200 @@ +agnes@jones.dk +ai@jones.dk +alboy@jones.dk +alo@jones.dk +alsinger@jones.dk +anders@jones.dk +anderskr@jones.dk +ane@jones.dk +ann@jones.dk +anne@jones.dk +anwar@jones.dk +ascanius@jones.dk +awh@jones.dk +banana@jones.dk +benny@jones.dk +betina@jones.dk +bettina@jones.dk +binx@jones.dk +birgitte@jones.dk +bolette@jones.dk +borking@jones.dk +bsi@jones.dk +camilla@jones.dk +ccl@jones.dk +chr.h@pobox.com +chrois@jones.dk +cm@jones.dk +concept@jones.dk +dewd@jones.dk +dive@jones.dk +dolmer@jones.dk +dorte@jones.dk +dr@jones.dk +dreijer@jones.dk +elizabeth@jones.dk +emil@jones.dk +emilie@jones.dk +emma@jones.dk +esben@jones.dk +eva@jones.dk +evamaria@jones.dk +exit@jones.dk +filurlig@jones.dk +fire@jones.dk +flip@jones.dk +foto@jones.dk +frank@jones.dk +frederik@jones.dk +fsl@jones.dk +gio@jones.dk +gitte@jones.dk +global@jones.dk +go@jones.dk +grit@jones.dk +grohmann@jones.dk +hanne@jones.dk +harry@jones.dk +helbak@jones.dk +helene@jones.dk +henrik@jones.dk +hh@jones.dk +hilde@jones.dk +hilleroed@jones.dk +hsv@jones.dk +hvam@jones.dk +id@jones.dk +ida@jones.dk +idaadm@jones.dk +ingersme@jones.dk +inuk@jones.dk +it@jones.dk +izi@jones.dk +janus@netcetera.dk +jas@jones.dk +jason@jones.dk +jasper@jones.dk +jens@jones.dk +jesper@jones.dk +jfe@jones.dk +jgh@jones.dk +jnj@jones.dk +jo@jones.dk +jones@jones.dk +jorgen@jones.dk +joy@jones.dk +juri@jones.dk +kamilla@jones.dk +karen@jones.dk +karina@jones.dk +karl@jones.dk +kathrine@jones.dk +katja@jones.dk +katrin@jones.dk +keld@jones.dk +kiana@jones.dk +kim@jones.dk +kira@jones.dk +kirill@jones.dk +kisling@jones.dk +kk@jones.dk +kkh@jones.dk +koch@jones.dk +kongkaos@jones.dk +kran@jones.dk +kristian@jones.dk +l@jones.dk +laila@jones.dk +lars@jones.dk +lea@jones.dk +ledger@jones.dk +leif@jones.dk +lene@jones.dk +lh@jones.dk +line@jones.dk +lisa@jones.dk +lise@jones.dk +liseharlev@jones.dk +lone@jones.dk +lucifer@jones.dk +maki@jones.dk +malene@jones.dk +marc@jones.dk +marcel@jones.dk +maria@jones.dk +mariaeva@jones.dk +marie@jones.dk +marieke@jones.dk +marquess@jones.dk +matti@jones.dk +mayu@jones.dk +melba@jones.dk +michael@jones.dk +mj@jones.dk +mje@jones.dk +mls@jones.dk +mogens@jones.dk +morgan@jones.dk +morten@jones.dk +mp@jones.dk +mr@jones.dk +nanna@jones.dk +negon@jones.dk +nicolai@jones.dk +niels@jones.dk +nils@jones.dk +nina@jones.dk +nors@jones.dk +nrl@jones.dk +obs@jones.dk +ohms@jones.dk +ole@jones.dk +olsen@jones.dk +otto@jones.dk +paul@jones.dk +pelle@jones.dk +pepper@jones.dk +per@jones.dk +pha@jones.dk +pls@jones.dk +propel@jones.dk +rene@jones.dk +reumert@jones.dk +riccos@jones.dk +rinchin@jones.dk +ronald@jones.dk +ror@jones.dk +rornaestved@jones.dk +rosen@jones.dk +ruggero@jones.dk +rune@jones.dk +sabine@jones.dk +sacha@jones.dk +samuel@jones.dk +sanna@jones.dk +saturn@jones.dk +sebwijk@jones.dk +sfr@jones.dk +sg@jones.dk +sine@jones.dk +siri@jones.dk +sita@jones.dk +skkh@jones.dk +soren@jones.dk +stef@jones.dk +steinbach@jones.dk +sthorsson@jones.dk +stine@jones.dk +stinemarie@jones.dk +stinus@jones.dk +stuff@jones.dk +synne@jones.dk +thdreijer@jones.dk +thomas@jones.dk +tk@jones.dk +tr@jones.dk +trine@blaagaard.jones.dk +trine@jones.dk +ulrik@jones.dk +valdemar@jones.dk +willem@jones.dk diff --git a/mailman/users.py b/mailman/users.py index c74429b..6feff4f 100644 --- a/mailman/users.py +++ b/mailman/users.py @@ -1,5 +1,5 @@ ## "users" mailing list configuration settings -*- python -*- -## captured on Wed Mar 5 03:03:15 2003 +## captured on Thu Mar 11 02:10:46 2004 ## General options # @@ -54,7 +54,7 @@ moderator = [] # This description is used when the mailing list is listed with other # mailing lists, or in headers, and so forth. It should be as succinct # as you can get it, while still identifying what the list is. -description = 'Users @ jones.dk' +description = 'Announcements to users at jones.dk' # The text will be treated as html except that newlines will be # translated to
- so you can use links, preformatted text, etc, but @@ -62,13 +62,9 @@ description = 'Users @ jones.dk' # paragraphs. And review your changes - bad html (like some # unterminated HTML constructs) can prevent display of the entire # listinfo page. -info = """This is a mailing list for people with an E-mail account at jones.dk +info = """This is a mailing list reaching all people with an E-mail account at jones.dk. I might have some tip or a warning regarding the system. -You are welcome to also address the list with comments or complaints - but remember: What you sendto this list will be broadcasted to all other users as well! - -:-) - Kind regards, Jonas Smedegaard""" @@ -379,19 +375,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. # @@ -407,19 +402,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. # @@ -474,19 +468,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. # @@ -502,19 +495,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. # @@ -543,7 +535,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/users/archive">Archival # Options section for separate archive-related privacy settings. # Advertise this list when people ask what lists are on this machine? @@ -566,7 +558,7 @@ advertised = 1 # 1 = "Confirm" # 2 = "Require approval" # 3 = "Confirm and approve" -subscribe_policy = 1 +subscribe_policy = 2 # When members want to leave a list, they will make an unsubscription # request, either via the web or via email. Normally it is best for you @@ -597,7 +589,7 @@ ban_list = [] # 0 = "Anyone" # 1 = "List members" # 2 = "List admin only" -private_roster = 0 +private_roster = 2 # Setting this option causes member email addresses to be transformed # when they are presented on list web pages (both in text and as links), @@ -730,7 +722,7 @@ discard_these_nonmembers = [] # 1 = "Hold" # 2 = "Reject" # 3 = "Discard" -generic_nonmember_action = 1 +generic_nonmember_action = 3 # Should messages from non-members, which are automatically discarded, # be forwarded to the list moderator? @@ -796,6 +788,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 @@ -958,10 +961,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