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