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