summaryrefslogtreecommitdiff
path: root/mailman/bestyrelse.py
blob: 737eec3a83074cffad7ed3dd22c9f3d284ce8d45 (plain)
  1. ## "bestyrelse" mailing list configuration settings -*- python -*-
  2. ## captured on Wed Mar 16 02:40:57 2005
  3. ## General options
  4. #
  5. # Fundamental list characteristics, including descriptive info and basic
  6. # behaviors.
  7. # The capitalization of this name can be changed to make it presentable
  8. # in polite company as a proper noun, or to make an acronym part all
  9. # upper case, etc. However, the name will be advertised as the email
  10. # address (e.g., in subscribe confirmation notices), so it should not be
  11. # otherwise altered. (Email addresses are not case sensitive, but they
  12. # are sensitive to almost everything else :-)
  13. real_name = 'Bestyrelse'
  14. # There are two ownership roles associated with each mailing list. The
  15. # list administrators are the people who have ultimate control over all
  16. # parameters of this mailing list. They are able to change any list
  17. # configuration variable available through these administration web
  18. # pages.
  19. #
  20. # The list moderators have more limited permissions; they are not able
  21. # to change any list configuration variable, but they are allowed to
  22. # tend to pending administration requests, including approving or
  23. # rejecting held subscription requests, and disposing of held postings.
  24. # Of course, the list administrators can also tend to pending requests.
  25. #
  26. # In order to split the list ownership duties into administrators and
  27. # moderators, you must set a separate moderator password, and also
  28. # provide the email addresses of the list moderators. Note that the
  29. # field you are changing here specifies the list administrators.
  30. owner = ['listmaster@olinegaard.dk']
  31. # There are two ownership roles associated with each mailing list. The
  32. # list administrators are the people who have ultimate control over all
  33. # parameters of this mailing list. They are able to change any list
  34. # configuration variable available through these administration web
  35. # pages.
  36. #
  37. # The list moderators have more limited permissions; they are not able
  38. # to change any list configuration variable, but they are allowed to
  39. # tend to pending administration requests, including approving or
  40. # rejecting held subscription requests, and disposing of held postings.
  41. # Of course, the list administrators can also tend to pending requests.
  42. #
  43. # In order to split the list ownership duties into administrators and
  44. # moderators, you must set a separate moderator password, and also
  45. # provide the email addresses of the list moderators in this section.
  46. # Note that the field you are changing here specifies the list
  47. # moderators.
  48. moderator = []
  49. # This description is used when the mailing list is listed with other
  50. # mailing lists, or in headers, and so forth. It should be as succinct
  51. # as you can get it, while still identifying what the list is.
  52. description = 'Bestyrelsen af Olinegaard'
  53. # The text will be treated as html except that newlines will be
  54. # translated to <br> - so you can use links, preformatted text, etc, but
  55. # don't put in carriage returns except where you mean to separate
  56. # paragraphs. And review your changes - bad html (like some
  57. # unterminated HTML constructs) can prevent display of the entire
  58. # listinfo page.
  59. info = """Email-liste om (og for) Bestyrelsen af Olinegaard.
  60. Hver email kan fylde max. 40 KiB, og ikke-tekst filtreres fra.
  61. Alle kan sende til listen; kun Olinegaards bestyrelse tilmeldes til at modtage.
  62. Kun listemedlemmer har adgang til email-arkiv."""
  63. # This text will be prepended to subject lines of messages posted to the
  64. # list, to distinguish mailing list messages in in mailbox summaries.
  65. # Brevity is premium here, it's ok to shorten long mailing list names to
  66. # something more concise, as long as it still identifies the mailing
  67. # list.
  68. subject_prefix = '[Bestyrelse] '
  69. # Hide the sender of a message, replacing it with the list address
  70. # (Removes From, Sender and Reply-To fields)
  71. #
  72. # legal values are:
  73. # 0 = "No"
  74. # 1 = "Yes"
  75. anonymous_list = False
  76. # Should any existing Reply-To: header found in the original message be
  77. # stripped? If so, this will be done regardless of whether an explict
  78. # Reply-To: header is added by Mailman or not.
  79. #
  80. # legal values are:
  81. # 0 = "No"
  82. # 1 = "Yes"
  83. first_strip_reply_to = False
  84. # This option controls what Mailman does to the Reply-To: header in
  85. # messages flowing through this mailing list. When set to Poster, no
  86. # Reply-To: header is added by Mailman, although if one is present in
  87. # the original message, it is not stripped. Setting this value to
  88. # either This list or Explicit address causes Mailman to insert a
  89. # specific Reply-To: header in all messages, overriding the header in
  90. # the original message if necessary (Explicit address inserts the value
  91. # of <a href="?VARHELP=general/reply_to_address">reply_to_address).
  92. #
  93. # There are many reasons not to introduce or override the Reply-To:
  94. # header. One is that some posters depend on their own Reply-To:
  95. # settings to convey their valid return address. Another is that
  96. # modifying Reply-To: makes it much more difficult to send private
  97. # replies. See <a
  98. # href="http://www.unicom.com/pw/reply-to-harmful.html">`Reply-To'
  99. # Munging Considered Harmful for a general discussion of this issue.
  100. # See <a
  101. # href="http://www.metasystema.org/essays/reply-to-useful.mhtml">Reply-To
  102. # Munging Considered Useful for a dissenting opinion.
  103. #
  104. # Some mailing lists have restricted posting privileges, with a parallel
  105. # list devoted to discussions. Examples are `patches' or `checkin'
  106. # lists, where software changes are posted by a revision control system,
  107. # but discussion about the changes occurs on a developers mailing list.
  108. # To support these types of mailing lists, select Explicit address and
  109. # set the Reply-To: address below to point to the parallel list.
  110. #
  111. # legal values are:
  112. # 0 = "Poster"
  113. # 1 = "This list"
  114. # 2 = "Explicit address"
  115. reply_goes_to_list = 0
  116. # This is the address set in the Reply-To: header when the <a
  117. # href="?VARHELP=general/reply_goes_to_list">reply_goes_to_list option
  118. # is set to Explicit address.
  119. #
  120. # There are many reasons not to introduce or override the Reply-To:
  121. # header. One is that some posters depend on their own Reply-To:
  122. # settings to convey their valid return address. Another is that
  123. # modifying Reply-To: makes it much more difficult to send private
  124. # replies. See <a
  125. # href="http://www.unicom.com/pw/reply-to-harmful.html">`Reply-To'
  126. # Munging Considered Harmful for a general discussion of this issue.
  127. # See <a
  128. # href="http://www.metasystema.org/essays/reply-to-useful.mhtml">Reply-To
  129. # Munging Considered Useful for a dissenting opinion.
  130. #
  131. # Some mailing lists have restricted posting privileges, with a parallel
  132. # list devoted to discussions. Examples are `patches' or `checkin'
  133. # lists, where software changes are posted by a revision control system,
  134. # but discussion about the changes occurs on a developers mailing list.
  135. # To support these types of mailing lists, specify the explicit
  136. # Reply-To: address here. You must also specify Explicit address in the
  137. # reply_goes_to_list variable.
  138. #
  139. # Note that if the original message contains a Reply-To: header, it will
  140. # not be changed.
  141. reply_to_address = ''
  142. # Set this to yes when this list is intended to cascade only to other
  143. # mailing lists. When set, meta notices like confirmations and password
  144. # reminders will be directed to an address derived from the member's
  145. # address - it will have the value of "umbrella_member_suffix" appended
  146. # to the member's account name.
  147. #
  148. # legal values are:
  149. # 0 = "No"
  150. # 1 = "Yes"
  151. umbrella_list = False
  152. # When "umbrella_list" is set to indicate that this list has other
  153. # mailing lists as members, then administrative notices like
  154. # confirmations and password reminders need to not be sent to the member
  155. # list addresses, but rather to the owner of those member lists. In
  156. # that case, the value of this setting is appended to the member's
  157. # account name for such notices. `-owner' is the typical choice. This
  158. # setting has no effect when "umbrella_list" is "No".
  159. umbrella_member_suffix = '-owner'
  160. # Turn this on if you want password reminders to be sent once per month
  161. # to your members. Note that members may disable their own individual
  162. # password reminders.
  163. #
  164. # legal values are:
  165. # 0 = "No"
  166. # 1 = "Yes"
  167. send_reminders = 0
  168. # This value, if any, will be added to the front of the new-subscriber
  169. # welcome message. The rest of the welcome message already describes
  170. # the important addresses and URLs for the mailing list, so you don't
  171. # need to include any of that kind of stuff here. This should just
  172. # contain mission-specific kinds of things, like etiquette policies or
  173. # team orientation, or that kind of thing.
  174. #
  175. # Note that this text will be wrapped, according to the following rules:
  176. # Each paragraph is filled so that no line is longer than 70 characters.
  177. # Any line that begins with whitespace is not filled. A blank line
  178. # separates paragraphs.
  179. #
  180. welcome_msg = """Dette er en email-liste om (og for) Bestyrelsen af Olinegaard.
  181. Hver email kan fylde max. 40 KiB, og ikke-tekst filtreres fra.
  182. Alle kan sende til listen; kun Olinegaards bestyrelse tilmeldes til at modtage.
  183. Kun listemedlemmer har adgang til email-arkiv."""
  184. # Turn this off only if you plan on subscribing people manually and
  185. # don't want them to know that you did so. This option is most useful
  186. # for transparently migrating lists from some other mailing list manager
  187. # to Mailman.
  188. #
  189. # legal values are:
  190. # 0 = "No"
  191. # 1 = "Yes"
  192. send_welcome_msg = True
  193. # Text sent to people leaving the list. If empty, no special text will
  194. # be added to the unsubscribe message.
  195. goodbye_msg = ''
  196. # Send goodbye message to members when they are unsubscribed?
  197. #
  198. # legal values are:
  199. # 0 = "No"
  200. # 1 = "Yes"
  201. send_goodbye_msg = True
  202. # List moderators (and list administrators) are sent daily reminders of
  203. # requests pending approval, like subscriptions to a moderated list, or
  204. # postings that are being held for one reason or another. Setting this
  205. # option causes notices to be sent immediately on the arrival of new
  206. # requests as well.
  207. #
  208. # legal values are:
  209. # 0 = "No"
  210. # 1 = "Yes"
  211. admin_immed_notify = True
  212. # Should administrator get notices of subscribes and unsubscribes?
  213. #
  214. # legal values are:
  215. # 0 = "No"
  216. # 1 = "Yes"
  217. admin_notify_mchanges = False
  218. # Approval notices are sent when mail triggers certain of the limits
  219. # except routine list moderation and spam filters, for which notices are
  220. # not sent. This option overrides ever sending the notice.
  221. #
  222. # legal values are:
  223. # 0 = "No"
  224. # 1 = "Yes"
  225. respond_to_post_requests = 1
  226. # When this option is enabled, all list traffic is emergency moderated,
  227. # i.e. held for moderation. Turn this option on when your list is
  228. # experiencing a flamewar and you want a cooling off period.
  229. #
  230. # legal values are:
  231. # 0 = "No"
  232. # 1 = "Yes"
  233. emergency = 0
  234. # When a new member is subscribed to this list, their initial set of
  235. # options is taken from the this variable's setting.
  236. new_member_options = 256
  237. # Administrivia tests will check postings to see whether it's really
  238. # meant as an administrative request (like subscribe, unsubscribe, etc),
  239. # and will add it to the the administrative requests queue, notifying
  240. # the administrator of the new request, in the process.
  241. #
  242. # legal values are:
  243. # 0 = "No"
  244. # 1 = "Yes"
  245. administrivia = True
  246. # Maximum length in kilobytes (KB) of a message body. Use 0 for no
  247. # limit.
  248. max_message_size = 40
  249. # The "host_name" is the preferred name for email to mailman-related
  250. # addresses on this host, and generally should be the mail host's
  251. # exchanger address, if any. This setting can be useful for selecting
  252. # among alternative names of a host that has multiple addresses.
  253. host_name = 'olinegaard.dk'
  254. # RFC 2369 defines a set of List-* headers that are normally added to
  255. # every message sent to the list membership. These greatly aid end-users
  256. # who are using standards compliant mail readers. They should normally
  257. # always be enabled.
  258. #
  259. # However, not all mail readers are standards compliant yet, and if you
  260. # have a large number of members who are using non-compliant mail
  261. # readers, they may be annoyed at these headers. You should first try
  262. # to educate your members as to why these headers exist, and how to hide
  263. # them in their mail clients. As a last resort you can disable these
  264. # headers, but this is not recommended (and in fact, your ability to
  265. # disable these headers may eventually go away).
  266. #
  267. # legal values are:
  268. # 0 = "No"
  269. # 1 = "Yes"
  270. include_rfc2369_headers = 1
  271. # The List-Post: header is one of the headers recommended by RFC 2369.
  272. # However for some announce-only mailing lists, only a very select group
  273. # of people are allowed to post to the list; the general membership is
  274. # usually not allowed to post. For lists of this nature, the List-Post:
  275. # header is misleading. Select No to disable the inclusion of this
  276. # header. (This does not affect the inclusion of the other List-*:
  277. # headers.)
  278. #
  279. # legal values are:
  280. # 0 = "No"
  281. # 1 = "Yes"
  282. include_list_post_header = 1
  283. ## Language options
  284. #
  285. # Natural language (internationalization) options.
  286. # This is the default natural language for this mailing list. If more
  287. # than one language is supported then users will be able to select their
  288. # own preferences for when they interact with the list. All other
  289. # interactions will be conducted in the default language. This applies
  290. # to both web-based and email-based messages, but not to email posted by
  291. # list members.
  292. preferred_language = 'da'
  293. # These are all the natural languages supported by this list. Note that
  294. # the default language must be included.
  295. available_languages = ['en', 'da']
  296. # If your mailing list's default language uses a non-ASCII character set
  297. # and the prefix contains non-ASCII characters, the prefix will always
  298. # be encoded according to the relevant standards. However, if your
  299. # prefix contains only ASCII characters, you may want to set this option
  300. # to Never to disable prefix encoding. This can make the subject
  301. # headers slightly more readable for users with mail readers that don't
  302. # properly handle non-ASCII encodings.
  303. #
  304. # Note however, that if your mailing list receives both encoded and
  305. # unencoded subject headers, you might want to choose As needed. Using
  306. # this setting, Mailman will not encode ASCII prefixes when the rest of
  307. # the header contains only ASCII characters, but if the original header
  308. # contains non-ASCII characters, it will encode the prefix. This avoids
  309. # an ambiguity in the standards which could cause some mail readers to
  310. # display extra, or missing spaces between the prefix and the original
  311. # header.
  312. #
  313. # legal values are:
  314. # 0 = "Never"
  315. # 1 = "Always"
  316. # 2 = "As needed"
  317. encode_ascii_prefixes = 2
  318. ## Nondigest options
  319. #
  320. # Policies concerning immediately delivered list traffic.
  321. # Can subscribers choose to receive mail immediately, rather than in
  322. # batched digests?
  323. #
  324. # legal values are:
  325. # 0 = "No"
  326. # 1 = "Yes"
  327. nondigestable = True
  328. # Text prepended to the top of every immediately-delivery message.
  329. # Teksten kan inneholde formateringskoder som byttes ut med verdier fra
  330. # listens oppsett. For detaljer, se Pythons formateringsregler
  331. # (engelsk). Gyldige koder er:
  332. #
  333. #
  334. # real_name - Listens formaterede navn; normalt listenavnet med stort
  335. # forbogstav eller store bogstaver enkelte steder.
  336. #
  337. # list_name - Listens navn som brugt i URLer, der det har betydning om
  338. # den staves med store eller sm&aring; bogstaver. (For
  339. # bagudkompatibilitet, er _internal_name det samme.)
  340. #
  341. # host_name - Internetadressen (fully qulified domain name) til maskinen
  342. # som listeserveren g&aring;r p&aring;.
  343. #
  344. # web_page_url - Basis URL for Mailman. Denne kan laegges til sammen
  345. # med, f.eks. listinfo/%(internal_name)s for &aring; danne URLen til en
  346. # listes infoside.
  347. #
  348. # description - En kort beskrivelse af listen.
  349. #
  350. # info - Full beskrivelse af listen.
  351. #
  352. # cgiext - Tillaeg som laegges til CGI scripts.
  353. #
  354. #
  355. msg_header = ''
  356. # Text appended to the bottom of every immediately-delivery message.
  357. # Teksten kan inneholde formateringskoder som byttes ut med verdier fra
  358. # listens oppsett. For detaljer, se Pythons formateringsregler
  359. # (engelsk). Gyldige koder er:
  360. #
  361. #
  362. # real_name - Listens formaterede navn; normalt listenavnet med stort
  363. # forbogstav eller store bogstaver enkelte steder.
  364. #
  365. # list_name - Listens navn som brugt i URLer, der det har betydning om
  366. # den staves med store eller sm&aring; bogstaver. (For
  367. # bagudkompatibilitet, er _internal_name det samme.)
  368. #
  369. # host_name - Internetadressen (fully qulified domain name) til maskinen
  370. # som listeserveren g&aring;r p&aring;.
  371. #
  372. # web_page_url - Basis URL for Mailman. Denne kan laegges til sammen
  373. # med, f.eks. listinfo/%(internal_name)s for &aring; danne URLen til en
  374. # listes infoside.
  375. #
  376. # description - En kort beskrivelse af listen.
  377. #
  378. # info - Full beskrivelse af listen.
  379. #
  380. # cgiext - Tillaeg som laegges til CGI scripts.
  381. #
  382. #
  383. msg_footer = """_______________________________________________
  384. %(real_name)s mailing list
  385. %(real_name)s@%(host_name)s
  386. %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s"""
  387. ## Digest options
  388. #
  389. # Batched-delivery digest characteristics.
  390. # Can list members choose to receive list traffic bunched in digests?
  391. #
  392. # legal values are:
  393. # 0 = "No"
  394. # 1 = "Yes"
  395. digestable = True
  396. # Which delivery mode is the default for new users?
  397. #
  398. # legal values are:
  399. # 0 = "Regular"
  400. # 1 = "Digest"
  401. digest_is_default = False
  402. # When receiving digests, which format is default?
  403. #
  404. # legal values are:
  405. # 0 = "Plain"
  406. # 1 = "MIME"
  407. mime_is_default_digest = 1
  408. # How big in Kb should a digest be before it gets sent out?
  409. digest_size_threshhold = 30
  410. # Should a digest be dispatched daily when the size threshold isn't
  411. # reached?
  412. #
  413. # legal values are:
  414. # 0 = "No"
  415. # 1 = "Yes"
  416. digest_send_periodic = True
  417. # Text attached (as an initial message, before the table of contents) to
  418. # the top of digests. Teksten kan inneholde formateringskoder som byttes
  419. # ut med verdier fra listens oppsett. For detaljer, se Pythons
  420. # formateringsregler (engelsk). Gyldige koder er:
  421. #
  422. #
  423. # real_name - Listens formaterede navn; normalt listenavnet med stort
  424. # forbogstav eller store bogstaver enkelte steder.
  425. #
  426. # list_name - Listens navn som brugt i URLer, der det har betydning om
  427. # den staves med store eller sm&aring; bogstaver. (For
  428. # bagudkompatibilitet, er _internal_name det samme.)
  429. #
  430. # host_name - Internetadressen (fully qulified domain name) til maskinen
  431. # som listeserveren g&aring;r p&aring;.
  432. #
  433. # web_page_url - Basis URL for Mailman. Denne kan laegges til sammen
  434. # med, f.eks. listinfo/%(internal_name)s for &aring; danne URLen til en
  435. # listes infoside.
  436. #
  437. # description - En kort beskrivelse af listen.
  438. #
  439. # info - Full beskrivelse af listen.
  440. #
  441. # cgiext - Tillaeg som laegges til CGI scripts.
  442. #
  443. #
  444. digest_header = ''
  445. # Text attached (as a final message) to the bottom of digests. Teksten
  446. # kan inneholde formateringskoder som byttes ut med verdier fra listens
  447. # oppsett. For detaljer, se Pythons formateringsregler (engelsk).
  448. # Gyldige koder er:
  449. #
  450. #
  451. # real_name - Listens formaterede navn; normalt listenavnet med stort
  452. # forbogstav eller store bogstaver enkelte steder.
  453. #
  454. # list_name - Listens navn som brugt i URLer, der det har betydning om
  455. # den staves med store eller sm&aring; bogstaver. (For
  456. # bagudkompatibilitet, er _internal_name det samme.)
  457. #
  458. # host_name - Internetadressen (fully qulified domain name) til maskinen
  459. # som listeserveren g&aring;r p&aring;.
  460. #
  461. # web_page_url - Basis URL for Mailman. Denne kan laegges til sammen
  462. # med, f.eks. listinfo/%(internal_name)s for &aring; danne URLen til en
  463. # listes infoside.
  464. #
  465. # description - En kort beskrivelse af listen.
  466. #
  467. # info - Full beskrivelse af listen.
  468. #
  469. # cgiext - Tillaeg som laegges til CGI scripts.
  470. #
  471. #
  472. digest_footer = """_______________________________________________
  473. %(real_name)s mailing list
  474. %(real_name)s@%(host_name)s
  475. %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s"""
  476. # When a new digest volume is started, the volume number is incremented
  477. # and the issue number is reset to 1.
  478. #
  479. # legal values are:
  480. # 0 = "Yearly"
  481. # 1 = "Monthly"
  482. # 2 = "Quarterly"
  483. # 3 = "Weekly"
  484. # 4 = "Daily"
  485. digest_volume_frequency = 1
  486. ## Privacy options
  487. #
  488. # This section allows you to configure subscription and membership
  489. # exposure policy. You can also control whether this list is public or
  490. # not. See also the <a
  491. # href="http://olinegaard.dk/mailman/admin/bestyrelse/archive">Archival
  492. # Options</a> section for separate archive-related privacy settings.
  493. # Advertise this list when people ask what lists are on this machine?
  494. #
  495. # legal values are:
  496. # 0 = "No"
  497. # 1 = "Yes"
  498. advertised = 1
  499. # Confirm (*) - email confirmation required Require approval - require
  500. # list administrator approval for subscriptions Confirm and approve -
  501. # both confirm and approve
  502. #
  503. # (*) when someone requests a subscription, Mailman sends them a notice
  504. # with a unique subscription request number that they must reply to in
  505. # order to subscribe. This prevents mischievous (or malicious) people
  506. # from creating subscriptions for others without their consent.
  507. #
  508. # legal values are:
  509. # 1 = "Confirm"
  510. # 2 = "Require approval"
  511. # 3 = "Confirm and approve"
  512. subscribe_policy = 2
  513. # When members want to leave a list, they will make an unsubscription
  514. # request, either via the web or via email. Normally it is best for you
  515. # to allow open unsubscriptions so that users can easily remove
  516. # themselves from mailing lists (they get really upset if they can't get
  517. # off lists!).
  518. #
  519. # For some lists though, you may want to impose moderator approval
  520. # before an unsubscription request is processed. Examples of such lists
  521. # include a corporate mailing list that all employees are required to be
  522. # members of.
  523. #
  524. # legal values are:
  525. # 0 = "No"
  526. # 1 = "Yes"
  527. unsubscribe_policy = 0
  528. # Addresses in this list are banned outright from subscribing to this
  529. # mailing list, with no further moderation required. Add addresses one
  530. # per line; start the line with a ^ character to designate a regular
  531. # expression match.
  532. ban_list = []
  533. # When set, the list of subscribers is protected by member or admin
  534. # password authentication.
  535. #
  536. # legal values are:
  537. # 0 = "Anyone"
  538. # 1 = "List members"
  539. # 2 = "List admin only"
  540. private_roster = 1
  541. # Setting this option causes member email addresses to be transformed
  542. # when they are presented on list web pages (both in text and as links),
  543. # so they're not trivially recognizable as email addresses. The
  544. # intention is to prevent the addresses from being snarfed up by
  545. # automated web scanners for use by spammers.
  546. #
  547. # legal values are:
  548. # 0 = "No"
  549. # 1 = "Yes"
  550. obscure_addresses = 1
  551. ## Privacy options
  552. #
  553. # When a message is posted to the list, a series of moderation steps are
  554. # take to decide whether the a moderator must first approve the message
  555. # or not. This section contains the controls for moderation of both
  556. # member and non-member postings.
  557. #
  558. # <p>Member postings are held for moderation if their <b>moderation
  559. # flag</b> is turned on. You can control whether member postings are
  560. # moderated by default or not.
  561. #
  562. # <p>Non-member postings can be automatically <a
  563. # href="?VARHELP=privacy/sender/accept_these_nonmembers" >accepted</a>,
  564. # <a href="?VARHELP=privacy/sender/hold_these_nonmembers">held for
  565. # moderation</a>, <a
  566. # href="?VARHELP=privacy/sender/reject_these_nonmembers" >rejected</a>
  567. # (bounced), or <a
  568. # href="?VARHELP=privacy/sender/discard_these_nonmembers"
  569. # >discarded</a>, either individually or as a group. Any posting from a
  570. # non-member who is not explicitly accepted, rejected, or discarded,
  571. # will have their posting filtered by the <a
  572. # href="?VARHELP=privacy/sender/generic_nonmember_action">general
  573. # non-member rules</a>.
  574. #
  575. # <p>In the text boxes below, add one address per line; start the line
  576. # with a ^ character to designate a <a href=
  577. # "http://www.python.org/doc/current/lib/module-re.html" >Python regular
  578. # expression</a>. When entering backslashes, do so as if you were using
  579. # Python raw strings (i.e. you generally just use a single backslash).
  580. #
  581. # <p>Note that non-regexp matches are always done first.
  582. # Each list member has a moderation flag which says whether messages
  583. # from the list member can be posted directly to the list, or must first
  584. # be approved by the list moderator. When the moderation flag is turned
  585. # on, list member postings must be approved first. You, the list
  586. # administrator can decide whether a specific individual's postings will
  587. # be moderated or not.
  588. #
  589. # When a new member is subscribed, their initial moderation flag takes
  590. # its value from this option. Turn this option off to accept member
  591. # postings by default. Turn this option on to, by default, moderate
  592. # member postings first. You can always manually set an individual
  593. # member's moderation bit by using the membership management screens.
  594. #
  595. # legal values are:
  596. # 0 = "No"
  597. # 1 = "Yes"
  598. default_member_moderation = 0
  599. # Hold -- this holds the message for approval by the list moderators.
  600. #
  601. # Reject -- this automatically rejects the message by sending a bounce
  602. # notice to the post's author. The text of the bounce notice can be <a
  603. # href="?VARHELP=privacy/sender/member_moderation_notice" >configured by
  604. # you.
  605. #
  606. # Discard -- this simply discards the message, with no notice sent to
  607. # the post's author.
  608. #
  609. #
  610. # legal values are:
  611. # 0 = "Hold"
  612. # 1 = "Reject"
  613. # 2 = "Discard"
  614. member_moderation_action = 0
  615. # Text to include in any <a
  616. # href="?VARHELP/privacy/sender/member_moderation_action" >rejection
  617. # notice to be sent to moderated members who post to this list.
  618. member_moderation_notice = ''
  619. # Postings from any of these non-members will be automatically accepted
  620. # with no further moderation applied. Add member addresses one per
  621. # line; start the line with a ^ character to designate a regular
  622. # expression match.
  623. accept_these_nonmembers = []
  624. # Postings from any of these non-members will be immediately and
  625. # automatically held for moderation by the list moderators. The sender
  626. # will receive a notification message which will allow them to cancel
  627. # their held message. Add member addresses one per line; start the line
  628. # with a ^ character to designate a regular expression match.
  629. hold_these_nonmembers = []
  630. # Postings from any of these non-members will be automatically rejected.
  631. # In other words, their messages will be bounced back to the sender with
  632. # a notification of automatic rejection. This option is not appropriate
  633. # for known spam senders; their messages should be <a
  634. # href="?VARHELP=privacy/sender/discard_these_nonmembers" >automatically
  635. # discarded.
  636. #
  637. # Add member addresses one per line; start the line with a ^ character
  638. # to designate a regular expression match.
  639. reject_these_nonmembers = []
  640. # Postings from any of these non-members will be automatically
  641. # discarded. That is, the message will be thrown away with no further
  642. # processing or notification. The sender will not receive a
  643. # notification or a bounce, however the list moderators can optionally
  644. # <a href="?VARHELP=privacy/sender/forward_auto_discards" >receive
  645. # copies of auto-discarded messages..
  646. #
  647. # Add member addresses one per line; start the line with a ^ character
  648. # to designate a regular expression match.
  649. discard_these_nonmembers = []
  650. # When a post from a non-member is received, the message's sender is
  651. # matched against the list of explicitly <a
  652. # href="?VARHELP=privacy/sender/accept_these_nonmembers" >accepted,
  653. # held, <a href="?VARHELP=privacy/sender/reject_these_nonmembers"
  654. # >rejected (bounced), and <a
  655. # href="?VARHELP=privacy/sender/discard_these_nonmembers" >discarded
  656. # addresses. If no match is found, then this action is taken.
  657. #
  658. # legal values are:
  659. # 0 = "Accept"
  660. # 1 = "Hold"
  661. # 2 = "Reject"
  662. # 3 = "Discard"
  663. generic_nonmember_action = 0
  664. # Should messages from non-members, which are automatically discarded,
  665. # be forwarded to the list moderator?
  666. #
  667. # legal values are:
  668. # 0 = "No"
  669. # 1 = "Yes"
  670. forward_auto_discards = 1
  671. ## Privacy options
  672. #
  673. # This section allows you to configure various filters based on the
  674. # recipient of the message.
  675. # Many (in fact, most) spams do not explicitly name their myriad
  676. # destinations in the explicit destination addresses - in fact often the
  677. # To: field has a totally bogus address for obfuscation. The constraint
  678. # applies only to the stuff in the address before the '@' sign, but
  679. # still catches all such spams.
  680. #
  681. # The cost is that the list will not accept unhindered any postings
  682. # relayed from other addresses, unless
  683. #
  684. #
  685. # The relaying address has the same name, or
  686. #
  687. # The relaying address name is included on the options that specifies
  688. # acceptable aliases for the list.
  689. #
  690. #
  691. #
  692. # legal values are:
  693. # 0 = "No"
  694. # 1 = "Yes"
  695. require_explicit_destination = 1
  696. # Alternate addresses that are acceptable when
  697. # `require_explicit_destination' is enabled. This option takes a list
  698. # of regular expressions, one per line, which is matched against every
  699. # recipient address in the message. The matching is performed with
  700. # Python's re.match() function, meaning they are anchored to the start
  701. # of the string.
  702. #
  703. # For backwards compatibility with Mailman 1.1, if the regexp does not
  704. # contain an `@', then the pattern is matched against just the local
  705. # part of the recipient address. If that match fails, or if the pattern
  706. # does contain an `@', then the pattern is matched against the entire
  707. # recipient address.
  708. #
  709. # Matching against the local part is deprecated; in a future release,
  710. # the pattern will always be matched against the entire recipient
  711. # address.
  712. acceptable_aliases = ''
  713. # If a posting has this number, or more, of recipients, it is held for
  714. # admin approval. Use 0 for no ceiling.
  715. max_num_recipients = 10
  716. ## Privacy options
  717. #
  718. # This section allows you to configure various anti-spam filters posting
  719. # filters, which can help reduce the amount of spam your list members
  720. # end up receiving.
  721. #
  722. # Each header filter rule has two parts, a list of regular expressions,
  723. # one per line, and an action to take. Mailman matches the message's
  724. # headers against every regular expression in the rule and if any match,
  725. # the message is rejected, held, or discarded based on the action you
  726. # specify. Use Defer to temporarily disable a rule.
  727. #
  728. # You can have more than one filter rule for your list. In that case,
  729. # each rule is matched in turn, with processing stopped after the first
  730. # match.
  731. header_filter_rules = []
  732. # Use this option to prohibit posts according to specific header values.
  733. # The target value is a regular-expression for matching against the
  734. # specified header. The match is done disregarding letter case. Lines
  735. # beginning with '#' are ignored as comments.
  736. #
  737. # For example:to: .*@public.com says to hold all postings with a To:
  738. # mail header containing '@public.com' anywhere among the addresses.
  739. #
  740. # Note that leading whitespace is trimmed from the regexp. This can be
  741. # circumvented in a number of ways, e.g. by escaping or bracketing it.
  742. bounce_matching_headers = """
  743. # Lines that *start* with a '#' are comments.
  744. to: friend@public.com
  745. message-id: relay.comanche.denmark.eu
  746. from: list@listme.com
  747. from: .*@uplinkpro.com"""
  748. ## Bounce options
  749. #
  750. # These policies control the automatic bounce processing system in
  751. # Mailman. Here's an overview of how it works.
  752. #
  753. # <p>When a bounce is received, Mailman tries to extract two pieces of
  754. # information from the message: the address of the member the message
  755. # was intended for, and the severity of the problem causing the bounce.
  756. # The severity can be either <em>hard</em> or <em>soft</em> meaning
  757. # either a fatal error occurred, or a transient error occurred. When in
  758. # doubt, a hard severity is used.
  759. #
  760. # <p>If no member address can be extracted from the bounce, then the
  761. # bounce is usually discarded. Otherwise, each member is assigned a
  762. # <em>bounce score</em> and every time we encounter a bounce from this
  763. # member we increment the score. Hard bounces increment by 1 while soft
  764. # bounces increment by 0.5. We only increment the bounce score once per
  765. # day, so even if we receive ten hard bounces from a member per day,
  766. # their score will increase by only 1 for that day.
  767. #
  768. # <p>When a member's bounce score is greater than the <a
  769. # href="?VARHELP=bounce/bounce_score_threshold">bounce score
  770. # threshold</a>, the subscription is disabled. Once disabled, the
  771. # member will not receive any postings from the list until their
  772. # membership is explicitly re-enabled (either by the list administrator
  773. # or the user). However, they will receive occasional reminders that
  774. # their membership has been disabled, and these reminders will include
  775. # information about how to re-enable their membership.
  776. #
  777. # <p>You can control both the <a
  778. # href="?VARHELP=bounce/bounce_you_are_disabled_warnings">number of
  779. # reminders</a> the member will receive and the <a
  780. # href="?VARHELP=bounce/bounce_you_are_disabled_warnings_interval"
  781. # >frequency</a> with which these reminders are sent.
  782. #
  783. # <p>There is one other important configuration variable; after a
  784. # certain period of time -- during which no bounces from the member are
  785. # received -- the bounce information is <a
  786. # href="?VARHELP=bounce/bounce_info_stale_after">considered stale</a>
  787. # and discarded. Thus by adjusting this value, and the score threshold,
  788. # you can control how quickly bouncing members are disabled. You should
  789. # tune both of these to the frequency and traffic volume of your list.
  790. # By setting this value to No, you disable all automatic bounce
  791. # processing for this list, however bounce messages will still be
  792. # discarded so that the list administrator isn't inundated with them.
  793. #
  794. # legal values are:
  795. # 0 = "No"
  796. # 1 = "Yes"
  797. bounce_processing = True
  798. # Each subscriber is assigned a bounce score, as a floating point
  799. # number. Whenever Mailman receives a bounce from a list member, that
  800. # member's score is incremented. Hard bounces (fatal errors) increase
  801. # the score by 1, while soft bounces (temporary errors) increase the
  802. # score by 0.5. Only one bounce per day counts against a member's
  803. # score, so even if 10 bounces are received for a member on the same
  804. # day, their score will increase by just 1.
  805. #
  806. # This variable describes the upper limit for a member's bounce score,
  807. # above which they are automatically disabled, but not removed from the
  808. # mailing list.
  809. bounce_score_threshold = 5.0
  810. # The number of days after which a member's bounce information is
  811. # discarded, if no new bounces have been received in the interim. This
  812. # value must be an integer.
  813. bounce_info_stale_after = 7
  814. # How many Your Membership Is Disabled warnings a disabled member should
  815. # get before their address is removed from the mailing list. Set to 0
  816. # to immediately remove an address from the list once their bounce score
  817. # exceeds the threshold. This value must be an integer.
  818. bounce_you_are_disabled_warnings = 3
  819. # The number of days between sending the Your Membership Is Disabled
  820. # warnings. This value must be an integer.
  821. bounce_you_are_disabled_warnings_interval = 7
  822. # While Mailman's bounce detector is fairly robust, it's impossible to
  823. # detect every bounce format in the world. You should keep this
  824. # variable set to Yes for two reasons: 1) If this really is a permanent
  825. # bounce from one of your members, you should probably manually remove
  826. # them from your list, and 2) you might want to send the message on to
  827. # the Mailman developers so that this new format can be added to its
  828. # known set.
  829. #
  830. # If you really can't be bothered, then set this variable to No and all
  831. # non-detected bounces will be discarded without further processing.
  832. #
  833. # Note: This setting will also affect all messages sent to your list's
  834. # -admin address. This address is deprecated and should never be used,
  835. # but some people may still send mail to this address. If this happens,
  836. # and this variable is set to No those messages too will get discarded.
  837. # You may want to set up an autoresponse message for email to the -owner
  838. # and -admin address.
  839. #
  840. # legal values are:
  841. # 0 = "No"
  842. # 1 = "Yes"
  843. bounce_unrecognized_goes_to_list_owner = True
  844. # By setting this value to No, you turn off notification messages that
  845. # are normally sent to the list owners when a member's delivery is
  846. # disabled due to excessive bounces. An attempt to notify the member
  847. # will always be made.
  848. #
  849. # legal values are:
  850. # 0 = "No"
  851. # 1 = "Yes"
  852. bounce_notify_owner_on_disable = True
  853. # By setting this value to No, you turn off notification messages that
  854. # are normally sent to the list owners when a member is unsubscribed due
  855. # to excessive bounces. An attempt to notify the member will always be
  856. # made.
  857. #
  858. # legal values are:
  859. # 0 = "No"
  860. # 1 = "Yes"
  861. bounce_notify_owner_on_removal = True
  862. ## Archive options
  863. #
  864. # List traffic archival policies.
  865. # Archive messages?
  866. #
  867. # legal values are:
  868. # 0 = "No"
  869. # 1 = "Yes"
  870. archive = True
  871. # Is archive file source for public or private archival?
  872. #
  873. # legal values are:
  874. # 0 = "public"
  875. # 1 = "private"
  876. archive_private = 1
  877. # How often should a new archive volume be started?
  878. #
  879. # legal values are:
  880. # 0 = "Yearly"
  881. # 1 = "Monthly"
  882. # 2 = "Quarterly"
  883. # 3 = "Weekly"
  884. # 4 = "Daily"
  885. archive_volume_frequency = 2
  886. ## Gateway options
  887. #
  888. # Mail-to-News and News-to-Mail gateway services.
  889. # This value may be either the name of your news server, or optionally
  890. # of the format name:port, where port is a port number.
  891. #
  892. # The news server is not part of Mailman proper. You have to already
  893. # have access to an NNTP server, and that NNTP server must recognize the
  894. # machine this mailing list runs on as a machine capable of reading and
  895. # posting news.
  896. nntp_host = ''
  897. # The name of the Usenet group to gateway to and/or from.
  898. linked_newsgroup = ''
  899. # Should new posts to the mailing list be sent to the newsgroup?
  900. #
  901. # legal values are:
  902. # 0 = "No"
  903. # 1 = "Yes"
  904. gateway_to_news = 0
  905. # Should new posts to the newsgroup be sent to the mailing list?
  906. #
  907. # legal values are:
  908. # 0 = "No"
  909. # 1 = "Yes"
  910. gateway_to_mail = 0
  911. # This setting determines the moderation policy of the newsgroup and its
  912. # interaction with the moderation policy of the mailing list. This only
  913. # applies to the newsgroup that you are gatewaying to, so if you are
  914. # only gatewaying from Usenet, or the newsgroup you are gatewaying to is
  915. # not moderated, set this option to None.
  916. #
  917. # If the newsgroup is moderated, you can set this mailing list up to be
  918. # the moderation address for the newsgroup. By selecting Moderated, an
  919. # additional posting hold will be placed in the approval process. All
  920. # messages posted to the mailing list will have to be approved before
  921. # being sent on to the newsgroup, or to the mailing list membership.
  922. #
  923. # Note that if the message has an Approved header with the list's
  924. # administrative password in it, this hold test will be bypassed,
  925. # allowing privileged posters to send messages directly to the list and
  926. # the newsgroup.
  927. #
  928. # Finally, if the newsgroup is moderated, but you want to have an open
  929. # posting policy anyway, you should select Open list, moderated group.
  930. # The effect of this is to use the normal Mailman moderation facilities,
  931. # but to add an Approved header to all messages that are gatewayed to
  932. # Usenet.
  933. #
  934. # legal values are:
  935. # 0 = "None"
  936. # 1 = "Open list, moderated group"
  937. # 2 = "Moderated"
  938. news_moderation = 0
  939. # Mailman prefixes Subject: headers with text you can customize and
  940. # normally, this prefix shows up in messages gatewayed to Usenet. You
  941. # can set this option to No to disable the prefix on gated messages. Of
  942. # course, if you turn off normal Subject: prefixes, they won't be
  943. # prefixed for gated messages either.
  944. #
  945. # legal values are:
  946. # 0 = "No"
  947. # 1 = "Yes"
  948. news_prefix_subject_too = 1
  949. ## Autoreply options
  950. #
  951. # Auto-responder characteristics.<p>
  952. #
  953. # In the text fields below, string interpolation is performed with the
  954. # following key/value substitutions: <p><ul> <li><b>listname</b> -
  955. # <em>gets the name of the mailing list</em> <li><b>listurl</b> -
  956. # <em>gets the list's listinfo URL</em> <li><b>requestemail</b> -
  957. # <em>gets the list's -request address</em> <li><b>owneremail</b> -
  958. # <em>gets the list's -owner address</em> </ul>
  959. #
  960. # <p>For each text field, you can either enter the text directly into
  961. # the text box, or you can specify a file on your local system to upload
  962. # as the text.
  963. # Should Mailman send an auto-response to mailing list posters?
  964. #
  965. # legal values are:
  966. # 0 = "No"
  967. # 1 = "Yes"
  968. autorespond_postings = 0
  969. # Auto-response text to send to mailing list posters.
  970. autoresponse_postings_text = ''
  971. # Should Mailman send an auto-response to emails sent to the -owner
  972. # address?
  973. #
  974. # legal values are:
  975. # 0 = "No"
  976. # 1 = "Yes"
  977. autorespond_admin = 0
  978. # Auto-response text to send to -owner emails.
  979. autoresponse_admin_text = ''
  980. # Should Mailman send an auto-response to emails sent to the -request
  981. # address? If you choose yes, decide whether you want Mailman to
  982. # discard the original email, or forward it on to the system as a normal
  983. # mail command.
  984. #
  985. # legal values are:
  986. # 0 = "No"
  987. # 1 = "Yes, w/discard"
  988. # 2 = "Yes, w/forward"
  989. autorespond_requests = 0
  990. # Auto-response text to send to -request emails.
  991. autoresponse_request_text = ''
  992. # Number of days between auto-responses to either the mailing list or
  993. # -request/-owner address from the same poster. Set to zero (or
  994. # negative) for no grace period (i.e. auto-respond to every message).
  995. autoresponse_graceperiod = 90
  996. ## Contentfilter options
  997. #
  998. # Policies concerning the content of list traffic.
  999. #
  1000. # <p>Content filtering works like this: when a message is received by
  1001. # the list and you have enabled content filtering, the individual
  1002. # attachments are first compared to the <a
  1003. # href="?VARHELP=contentfilter/filter_mime_types">filter types</a>. If
  1004. # the attachment type matches an entry in the filter types, it is
  1005. # discarded.
  1006. #
  1007. # <p>Then, if there are <a
  1008. # href="?VARHELP=contentfilter/pass_mime_types">pass types</a> defined,
  1009. # any attachment type that does <em>not</em> match a pass type is also
  1010. # discarded. If there are no pass types defined, this check is skipped.
  1011. #
  1012. # <p>After this initial filtering, any <tt>multipart</tt> attachments
  1013. # that are empty are removed. If the outer message is left empty after
  1014. # this filtering, then the whole message is discarded. Then, each
  1015. # <tt>multipart/alternative</tt> section will be replaced by just the
  1016. # first alternative that is non-empty after filtering.
  1017. #
  1018. # <p>Finally, any <tt>text/html</tt> parts that are left in the message
  1019. # may be converted to <tt>text/plain</tt> if <a
  1020. # href="?VARHELP=contentfilter/convert_html_to_plaintext"
  1021. # >convert_html_to_plaintext</a> is enabled and the site is configured
  1022. # to allow these conversions.
  1023. # Should Mailman filter the content of list traffic according to the
  1024. # settings below?
  1025. #
  1026. # legal values are:
  1027. # 0 = "No"
  1028. # 1 = "Yes"
  1029. filter_content = 1
  1030. # Use this option to remove each message attachment that matches one of
  1031. # these content types. Each line should contain a string naming a MIME
  1032. # type/subtype, e.g. image/gif. Leave off the subtype to remove all
  1033. # parts with a matching major content type, e.g. image.
  1034. #
  1035. # Blank lines are ignored.
  1036. #
  1037. # See also <a href="?VARHELP=contentfilter/pass_mime_types"
  1038. # >pass_mime_types for a content type whitelist.
  1039. filter_mime_types = 'image'
  1040. # Use this option to remove each message attachment that does not have a
  1041. # matching content type. Requirements and formats are exactly like <a
  1042. # href="?VARHELP=contentfilter/filter_mime_types" >filter_mime_types.
  1043. #
  1044. # Note: if you add entries to this list but don't add multipart to this
  1045. # list, any messages with attachments will be rejected by the pass
  1046. # filter.
  1047. pass_mime_types = """multipart/mixed
  1048. multipart/alternative
  1049. text/plain"""
  1050. # Should Mailman convert text/html parts to plain text? This conversion
  1051. # happens after MIME attachments have been stripped.
  1052. #
  1053. # legal values are:
  1054. # 0 = "No"
  1055. # 1 = "Yes"
  1056. convert_html_to_plaintext = True
  1057. # One of these actions is take when the message matches one of the
  1058. # content filtering rules, meaning, the top-level content type matches
  1059. # one of the <a href="?VARHELP=contentfilter/filter_mime_types"
  1060. # >filter_mime_types, or the top-level content type does not match one
  1061. # of the <a href="?VARHELP=contentfilter/pass_mime_types"
  1062. # >pass_mime_types, or if after filtering the subparts of the message,
  1063. # the message ends up empty.
  1064. #
  1065. # Note this action is not taken if after filtering the message still
  1066. # contains content. In that case the message is always forwarded on to
  1067. # the list membership.
  1068. #
  1069. # When messages are discarded, a log entry is written containing the
  1070. # Message-ID of the discarded message. When messages are rejected or
  1071. # forwarded to the list owner, a reason for the rejection is included in
  1072. # the bounce message to the original author. When messages are
  1073. # preserved, they are saved in a special queue directory on disk for the
  1074. # site administrator to view (and possibly rescue) but otherwise
  1075. # discarded. This last option is only available if enabled by the site
  1076. # administrator.
  1077. #
  1078. # legal values are:
  1079. # 0 = "Discard"
  1080. # 1 = "Reject"
  1081. # 2 = "Forward to List Owner"
  1082. # 3 = "Preserve"
  1083. filter_action = 1
  1084. ## Topics options
  1085. #
  1086. # List topic keywords
  1087. # The topic filter categorizes each incoming email message according to
  1088. # <a href="http://www.python.org/doc/current/lib/module-re.html">regular
  1089. # expression filters you specify below. If the message's Subject: or
  1090. # Keywords: header contains a match against a topic filter, the message
  1091. # is logically placed into a topic bucket. Each user can then choose to
  1092. # only receive messages from the mailing list for a particular topic
  1093. # bucket (or buckets). Any message not categorized in a topic bucket
  1094. # registered with the user is not delivered to the list.
  1095. #
  1096. # Note that this feature only works with regular delivery, not digest
  1097. # delivery.
  1098. #
  1099. # The body of the message can also be optionally scanned for Subject:
  1100. # and Keywords: headers, as specified by the <a
  1101. # href="?VARHELP=topics/topics_bodylines_limit">topics_bodylines_limit
  1102. # configuration variable.
  1103. #
  1104. # legal values are:
  1105. # 0 = "Disabled"
  1106. # 1 = "Enabled"
  1107. topics_enabled = 0
  1108. # The topic matcher will scan this many lines of the message body
  1109. # looking for topic keyword matches. Body scanning stops when either
  1110. # this many lines have been looked at, or a non-header-like body line is
  1111. # encountered. By setting this value to zero, no body lines will be
  1112. # scanned (i.e. only the Keywords: and Subject: headers will be
  1113. # scanned). By setting this value to a negative number, then all body
  1114. # lines will be scanned until a non-header-like line is encountered.
  1115. #
  1116. topics_bodylines_limit = 5
  1117. # Each topic keyword is actually a regular expression, which is matched
  1118. # against certain parts of a mail message, specifically the Keywords:
  1119. # and Subject: message headers. Note that the first few lines of the
  1120. # body of the message can also contain a Keywords: and Subject: "header"
  1121. # on which matching is also performed.
  1122. topics = []