summaryrefslogtreecommitdiff
path: root/mailman/friends.py
blob: c51e4d7978f373a26ef7a4680d1c2c17b4b79c4a (plain)
  1. # -*- python -*-
  2. # -*- coding: us-ascii -*-
  3. ## "friends" mailing list configuration settings
  4. ## captured on Tue Mar 20 08:52:18 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 = 'Friends'
  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 = []
  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 = 'News about me to all of my friends'
  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 = """Once upon a time I started spreading newsletters to people I thought would be happy to know about my thoughts, work and sparetime.
  62. Now I have put it into a regular maling list server, giving you the option *not* to receive these mails - or how and when..."""
  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 = '[Friends] '
  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 = 0
  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 = 0
  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 = 0
  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 = ''
  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 = """Once upon a time I started spreading newsletters to people I thought would be happy to know about my thoughts, work and sparetime.
  184. Now I have put it into a regular maling list server, giving you the option *not* to receive these mails - or how and when..."""
  185. # Turn this off only if you plan on subscribing people manually and
  186. # don't want them to know that you did so. This option is most useful
  187. # for transparently migrating lists from some other mailing list manager
  188. # to Mailman.
  189. #
  190. # legal values are:
  191. # 0 = "No"
  192. # 1 = "Yes"
  193. send_welcome_msg = 1
  194. # Text sent to people leaving the list. If empty, no special text will
  195. # be added to the unsubscribe message.
  196. goodbye_msg = ''
  197. # Send goodbye message to members when they are unsubscribed?
  198. #
  199. # legal values are:
  200. # 0 = "No"
  201. # 1 = "Yes"
  202. send_goodbye_msg = 1
  203. # List moderators (and list administrators) are sent daily reminders of
  204. # requests pending approval, like subscriptions to a moderated list, or
  205. # postings that are being held for one reason or another. Setting this
  206. # option causes notices to be sent immediately on the arrival of new
  207. # requests as well.
  208. #
  209. # legal values are:
  210. # 0 = "No"
  211. # 1 = "Yes"
  212. admin_immed_notify = 1
  213. # Should administrator get notices of subscribes and unsubscribes?
  214. #
  215. # legal values are:
  216. # 0 = "No"
  217. # 1 = "Yes"
  218. admin_notify_mchanges = 1
  219. # Send mail to poster when their posting is held for approval?
  220. #
  221. # legal values are:
  222. # 0 = "No"
  223. # 1 = "Yes"
  224. respond_to_post_requests = 1
  225. # When this option is enabled, all list traffic is emergency moderated,
  226. # i.e. held for moderation. Turn this option on when your list is
  227. # experiencing a flamewar and you want a cooling off period.
  228. #
  229. # legal values are:
  230. # 0 = "No"
  231. # 1 = "Yes"
  232. emergency = 0
  233. # When a new member is subscribed to this list, their initial set of
  234. # options is taken from the this variable's setting.
  235. new_member_options = 256
  236. # Administrivia tests will check postings to see whether it's really
  237. # meant as an administrative request (like subscribe, unsubscribe, etc),
  238. # and will add it to the the administrative requests queue, notifying
  239. # the administrator of the new request, in the process.
  240. #
  241. # legal values are:
  242. # 0 = "No"
  243. # 1 = "Yes"
  244. administrivia = 1
  245. # Maximum length in kilobytes (KB) of a message body. Use 0 for no
  246. # limit.
  247. max_message_size = 40
  248. # The "host_name" is the preferred name for email to mailman-related
  249. # addresses on this host, and generally should be the mail host's
  250. # exchanger address, if any. This setting can be useful for selecting
  251. # among alternative names of a host that has multiple addresses.
  252. host_name = 'jones.dk'
  253. # RFC 2369 defines a set of List-* headers that are normally added to
  254. # every message sent to the list membership. These greatly aid end-users
  255. # who are using standards compliant mail readers. They should normally
  256. # always be enabled.
  257. #
  258. # However, not all mail readers are standards compliant yet, and if you
  259. # have a large number of members who are using non-compliant mail
  260. # readers, they may be annoyed at these headers. You should first try
  261. # to educate your members as to why these headers exist, and how to hide
  262. # them in their mail clients. As a last resort you can disable these
  263. # headers, but this is not recommended (and in fact, your ability to
  264. # disable these headers may eventually go away).
  265. #
  266. # legal values are:
  267. # 0 = "No"
  268. # 1 = "Yes"
  269. include_rfc2369_headers = 1
  270. # The List-Post: header is one of the headers recommended by RFC 2369.
  271. # However for some announce-only mailing lists, only a very select group
  272. # of people are allowed to post to the list; the general membership is
  273. # usually not allowed to post. For lists of this nature, the List-Post:
  274. # header is misleading. Select No to disable the inclusion of this
  275. # header. (This does not affect the inclusion of the other List-*:
  276. # headers.)
  277. #
  278. # legal values are:
  279. # 0 = "No"
  280. # 1 = "Yes"
  281. include_list_post_header = 1
  282. # Discard held messages older than this number of days. Use 0 for no
  283. # automatic discarding.
  284. max_days_to_hold = 0
  285. ## Language options
  286. #
  287. # Natural language (internationalization) options.
  288. # This is the default natural language for this mailing list. If more
  289. # than one language is supported then users will be able to select their
  290. # own preferences for when they interact with the list. All other
  291. # interactions will be conducted in the default language. This applies
  292. # to both web-based and email-based messages, but not to email posted by
  293. # list members.
  294. preferred_language = 'en'
  295. # These are all the natural languages supported by this list. Note that
  296. # the default language must be included.
  297. available_languages = ['da', 'en']
  298. # If your mailing list's default language uses a non-ASCII character set
  299. # and the prefix contains non-ASCII characters, the prefix will always
  300. # be encoded according to the relevant standards. However, if your
  301. # prefix contains only ASCII characters, you may want to set this option
  302. # to Never to disable prefix encoding. This can make the subject
  303. # headers slightly more readable for users with mail readers that don't
  304. # properly handle non-ASCII encodings.
  305. #
  306. # Note however, that if your mailing list receives both encoded and
  307. # unencoded subject headers, you might want to choose As needed. Using
  308. # this setting, Mailman will not encode ASCII prefixes when the rest of
  309. # the header contains only ASCII characters, but if the original header
  310. # contains non-ASCII characters, it will encode the prefix. This avoids
  311. # an ambiguity in the standards which could cause some mail readers to
  312. # display extra, or missing spaces between the prefix and the original
  313. # header.
  314. #
  315. # legal values are:
  316. # 0 = "Never"
  317. # 1 = "Always"
  318. # 2 = "As needed"
  319. encode_ascii_prefixes = 0
  320. ## Nondigest options
  321. #
  322. # Policies concerning immediately delivered list traffic.
  323. # Can subscribers choose to receive mail immediately, rather than in
  324. # batched digests?
  325. #
  326. # legal values are:
  327. # 0 = "No"
  328. # 1 = "Yes"
  329. nondigestable = 1
  330. # Text prepended to the top of every immediately-delivery message. This
  331. # text can include Python format strings which are resolved against list
  332. # attributes. The list of substitutions allowed are:
  333. #
  334. #
  335. # real_name - The "pretty" name of the list; usually the list name with
  336. # capitalization.
  337. #
  338. # list_name - The name by which the list is identified in URLs, where
  339. # case is significant.
  340. #
  341. # host_name - The fully qualified domain name that the list server runs
  342. # on.
  343. #
  344. # web_page_url - The base URL for Mailman. This can be appended with,
  345. # e.g. listinfo/%(list_name)s to yield the listinfo page for the mailing
  346. # list.
  347. #
  348. # description - The brief description of the mailing list.
  349. #
  350. # info - The full description of the mailing list.
  351. #
  352. # cgiext - The extension added to CGI scripts.
  353. #
  354. #
  355. msg_header = ''
  356. # Text appended to the bottom of every immediately-delivery message.
  357. # This text can include Python format strings which are resolved against
  358. # list attributes. The list of substitutions allowed are:
  359. #
  360. #
  361. # real_name - The "pretty" name of the list; usually the list name with
  362. # capitalization.
  363. #
  364. # list_name - The name by which the list is identified in URLs, where
  365. # case is significant.
  366. #
  367. # host_name - The fully qualified domain name that the list server runs
  368. # on.
  369. #
  370. # web_page_url - The base URL for Mailman. This can be appended with,
  371. # e.g. listinfo/%(list_name)s to yield the listinfo page for the mailing
  372. # list.
  373. #
  374. # description - The brief description of the mailing list.
  375. #
  376. # info - The full description of the mailing list.
  377. #
  378. # cgiext - The extension added to CGI scripts.
  379. #
  380. #
  381. msg_footer = """_______________________________________________
  382. %(real_name)s maillist - %(real_name)s@%(host_name)s
  383. %(web_page_url)slistinfo/%(_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 maillist - %(real_name)s@%(host_name)s
  477. %(web_page_url)slistinfo/%(_internal_name)s"""
  478. # When a new digest volume is started, the volume number is incremented
  479. # and the issue number is reset to 1.
  480. #
  481. # legal values are:
  482. # 0 = "Yearly"
  483. # 1 = "Monthly"
  484. # 2 = "Quarterly"
  485. # 3 = "Weekly"
  486. # 4 = "Daily"
  487. digest_volume_frequency = 1
  488. ## Privacy options
  489. #
  490. # This section allows you to configure subscription and membership
  491. # exposure policy. You can also control whether this list is public or
  492. # not. See also the <a
  493. # href="http://mail.jones.dk/cgi-bin/mailman/admin/friends/archive">Archival
  494. # Options</a> section for separate archive-related privacy settings.
  495. # Advertise this list when people ask what lists are on this machine?
  496. #
  497. # legal values are:
  498. # 0 = "No"
  499. # 1 = "Yes"
  500. advertised = 1
  501. # Confirm (*) - email confirmation required Require approval - require
  502. # list administrator approval for subscriptions Confirm and approve -
  503. # both confirm and approve
  504. #
  505. # (*) when someone requests a subscription, Mailman sends them a notice
  506. # with a unique subscription request number that they must reply to in
  507. # order to subscribe. This prevents mischievous (or malicious) people
  508. # from creating subscriptions for others without their consent.
  509. #
  510. # legal values are:
  511. # 1 = "Confirm"
  512. # 2 = "Require approval"
  513. # 3 = "Confirm and approve"
  514. subscribe_policy = 1
  515. # When members want to leave a list, they will make an unsubscription
  516. # request, either via the web or via email. Normally it is best for you
  517. # to allow open unsubscriptions so that users can easily remove
  518. # themselves from mailing lists (they get really upset if they can't get
  519. # off lists!).
  520. #
  521. # For some lists though, you may want to impose moderator approval
  522. # before an unsubscription request is processed. Examples of such lists
  523. # include a corporate mailing list that all employees are required to be
  524. # members of.
  525. #
  526. # legal values are:
  527. # 0 = "No"
  528. # 1 = "Yes"
  529. unsubscribe_policy = 0
  530. # Addresses in this list are banned outright from subscribing to this
  531. # mailing list, with no further moderation required. Add addresses one
  532. # per line; start the line with a ^ character to designate a regular
  533. # expression match.
  534. ban_list = []
  535. # When set, the list of subscribers is protected by member or admin
  536. # password authentication.
  537. #
  538. # legal values are:
  539. # 0 = "Anyone"
  540. # 1 = "List members"
  541. # 2 = "List admin only"
  542. private_roster = 1
  543. # Setting this option causes member email addresses to be transformed
  544. # when they are presented on list web pages (both in text and as links),
  545. # so they're not trivially recognizable as email addresses. The
  546. # intention is to prevent the addresses from being snarfed up by
  547. # automated web scanners for use by spammers.
  548. #
  549. # legal values are:
  550. # 0 = "No"
  551. # 1 = "Yes"
  552. obscure_addresses = 1
  553. ## Privacy options
  554. #
  555. # When a message is posted to the list, a series of moderation steps are
  556. # take to decide whether the a moderator must first approve the message
  557. # or not. This section contains the controls for moderation of both
  558. # member and non-member postings.
  559. #
  560. # <p>Member postings are held for moderation if their <b>moderation
  561. # flag</b> is turned on. You can control whether member postings are
  562. # moderated by default or not.
  563. #
  564. # <p>Non-member postings can be automatically <a
  565. # href="?VARHELP=privacy/sender/accept_these_nonmembers" >accepted</a>,
  566. # <a href="?VARHELP=privacy/sender/hold_these_nonmembers">held for
  567. # moderation</a>, <a
  568. # href="?VARHELP=privacy/sender/reject_these_nonmembers" >rejected</a>
  569. # (bounced), or <a
  570. # href="?VARHELP=privacy/sender/discard_these_nonmembers"
  571. # >discarded</a>, either individually or as a group. Any posting from a
  572. # non-member who is not explicitly accepted, rejected, or discarded,
  573. # will have their posting filtered by the <a
  574. # href="?VARHELP=privacy/sender/generic_nonmember_action">general
  575. # non-member rules</a>.
  576. #
  577. # <p>In the text boxes below, add one address per line; start the line
  578. # with a ^ character to designate a <a href=
  579. # "http://www.python.org/doc/current/lib/module-re.html" >Python regular
  580. # expression</a>. When entering backslashes, do so as if you were using
  581. # Python raw strings (i.e. you generally just use a single backslash).
  582. #
  583. # <p>Note that non-regexp matches are always done first.
  584. # Each list member has a moderation flag which says whether messages
  585. # from the list member can be posted directly to the list, or must first
  586. # be approved by the list moderator. When the moderation flag is turned
  587. # on, list member postings must be approved first. You, the list
  588. # administrator can decide whether a specific individual's postings will
  589. # be moderated or not.
  590. #
  591. # When a new member is subscribed, their initial moderation flag takes
  592. # its value from this option. Turn this option off to accept member
  593. # postings by default. Turn this option on to, by default, moderate
  594. # member postings first. You can always manually set an individual
  595. # member's moderation bit by using the membership management screens.
  596. #
  597. # legal values are:
  598. # 0 = "No"
  599. # 1 = "Yes"
  600. default_member_moderation = 1
  601. # Hold -- this holds the message for approval by the list moderators.
  602. #
  603. # Reject -- this automatically rejects the message by sending a bounce
  604. # notice to the post's author. The text of the bounce notice can be <a
  605. # href="?VARHELP=privacy/sender/member_moderation_notice" >configured by
  606. # you.
  607. #
  608. # Discard -- this simply discards the message, with no notice sent to
  609. # the post's author.
  610. #
  611. #
  612. # legal values are:
  613. # 0 = "Hold"
  614. # 1 = "Reject"
  615. # 2 = "Discard"
  616. member_moderation_action = 0
  617. # Text to include in any <a
  618. # href="?VARHELP/privacy/sender/member_moderation_action" >rejection
  619. # notice to be sent to moderated members who post to this list.
  620. member_moderation_notice = ''
  621. # Postings from any of these non-members will be automatically accepted
  622. # with no further moderation applied. Add member addresses one per
  623. # line; start the line with a ^ character to designate a regular
  624. # expression match.
  625. accept_these_nonmembers = ['dr@jones.dk', 'dr.jones@pobox.com']
  626. # Postings from any of these non-members will be immediately and
  627. # automatically held for moderation by the list moderators. The sender
  628. # will receive a notification message which will allow them to cancel
  629. # their held message. Add member addresses one per line; start the line
  630. # with a ^ character to designate a regular expression match.
  631. hold_these_nonmembers = []
  632. # Postings from any of these non-members will be automatically rejected.
  633. # In other words, their messages will be bounced back to the sender with
  634. # a notification of automatic rejection. This option is not appropriate
  635. # for known spam senders; their messages should be <a
  636. # href="?VARHELP=privacy/sender/discard_these_nonmembers" >automatically
  637. # discarded.
  638. #
  639. # Add member addresses one per line; start the line with a ^ character
  640. # to designate a regular expression match.
  641. reject_these_nonmembers = []
  642. # Postings from any of these non-members will be automatically
  643. # discarded. That is, the message will be thrown away with no further
  644. # processing or notification. The sender will not receive a
  645. # notification or a bounce, however the list moderators can optionally
  646. # <a href="?VARHELP=privacy/sender/forward_auto_discards" >receive
  647. # copies of auto-discarded messages..
  648. #
  649. # Add member addresses one per line; start the line with a ^ character
  650. # to designate a regular expression match.
  651. discard_these_nonmembers = []
  652. # When a post from a non-member is received, the message's sender is
  653. # matched against the list of explicitly <a
  654. # href="?VARHELP=privacy/sender/accept_these_nonmembers" >accepted,
  655. # held, <a href="?VARHELP=privacy/sender/reject_these_nonmembers"
  656. # >rejected (bounced), and <a
  657. # href="?VARHELP=privacy/sender/discard_these_nonmembers" >discarded
  658. # addresses. If no match is found, then this action is taken.
  659. #
  660. # legal values are:
  661. # 0 = "Accept"
  662. # 1 = "Hold"
  663. # 2 = "Reject"
  664. # 3 = "Discard"
  665. generic_nonmember_action = 1
  666. # Should messages from non-members, which are automatically discarded,
  667. # be forwarded to the list moderator?
  668. #
  669. # legal values are:
  670. # 0 = "No"
  671. # 1 = "Yes"
  672. forward_auto_discards = 1
  673. # Text to include in any rejection notice to be sent to non-members who
  674. # post to this list. This notice can include the list's owner address by
  675. # %(listowner)s and replaces the internally crafted default message.
  676. nonmember_rejection_notice = ''
  677. ## Privacy options
  678. #
  679. # This section allows you to configure various filters based on the
  680. # recipient of the message.
  681. # Many (in fact, most) spams do not explicitly name their myriad
  682. # destinations in the explicit destination addresses - in fact often the
  683. # To: field has a totally bogus address for obfuscation. The constraint
  684. # applies only to the stuff in the address before the '@' sign, but
  685. # still catches all such spams.
  686. #
  687. # The cost is that the list will not accept unhindered any postings
  688. # relayed from other addresses, unless
  689. #
  690. #
  691. # The relaying address has the same name, or
  692. #
  693. # The relaying address name is included on the options that specifies
  694. # acceptable aliases for the list.
  695. #
  696. #
  697. #
  698. # legal values are:
  699. # 0 = "No"
  700. # 1 = "Yes"
  701. require_explicit_destination = 1
  702. # Alternate addresses that are acceptable when
  703. # `require_explicit_destination' is enabled. This option takes a list
  704. # of regular expressions, one per line, which is matched against every
  705. # recipient address in the message. The matching is performed with
  706. # Python's re.match() function, meaning they are anchored to the start
  707. # of the string.
  708. #
  709. # For backwards compatibility with Mailman 1.1, if the regexp does not
  710. # contain an `@', then the pattern is matched against just the local
  711. # part of the recipient address. If that match fails, or if the pattern
  712. # does contain an `@', then the pattern is matched against the entire
  713. # recipient address.
  714. #
  715. # Matching against the local part is deprecated; in a future release,
  716. # the pattern will always be matched against the entire recipient
  717. # address.
  718. acceptable_aliases = ''
  719. # If a posting has this number, or more, of recipients, it is held for
  720. # admin approval. Use 0 for no ceiling.
  721. max_num_recipients = 10
  722. ## Privacy options
  723. #
  724. # This section allows you to configure various anti-spam filters posting
  725. # filters, which can help reduce the amount of spam your list members
  726. # end up receiving.
  727. #
  728. # Each header filter rule has two parts, a list of regular expressions,
  729. # one per line, and an action to take. Mailman matches the message's
  730. # headers against every regular expression in the rule and if any match,
  731. # the message is rejected, held, or discarded based on the action you
  732. # specify. Use Defer to temporarily disable a rule.
  733. #
  734. # You can have more than one filter rule for your list. In that case,
  735. # each rule is matched in turn, with processing stopped after the first
  736. # match.
  737. #
  738. # Note that headers are collected from all the attachments (except for
  739. # the mailman administrivia message) and matched against the regular
  740. # expressions. With this feature, you can effectively sort out messages
  741. # with dangerous file types or file name extensions.
  742. header_filter_rules = []
  743. # Use this option to prohibit posts according to specific header values.
  744. # The target value is a regular-expression for matching against the
  745. # specified header. The match is done disregarding letter case. Lines
  746. # beginning with '#' are ignored as comments.
  747. #
  748. # For example:to: .*@public.com says to hold all postings with a To:
  749. # mail header containing '@public.com' anywhere among the addresses.
  750. #
  751. # Note that leading whitespace is trimmed from the regexp. This can be
  752. # circumvented in a number of ways, e.g. by escaping or bracketing it.
  753. bounce_matching_headers = """# Lines that *start* with a '#' are comments.
  754. to: friend@public.com
  755. message-id: relay.comanche.denmark.eu
  756. from: list@listme.com
  757. from: .*@uplinkpro.com"""
  758. ## Bounce options
  759. #
  760. # These policies control the automatic bounce processing system in
  761. # Mailman. Here's an overview of how it works.
  762. #
  763. # <p>When a bounce is received, Mailman tries to extract two pieces of
  764. # information from the message: the address of the member the message
  765. # was intended for, and the severity of the problem causing the bounce.
  766. # The severity can be either <em>hard</em> or <em>soft</em> meaning
  767. # either a fatal error occurred, or a transient error occurred. When in
  768. # doubt, a hard severity is used.
  769. #
  770. # <p>If no member address can be extracted from the bounce, then the
  771. # bounce is usually discarded. Otherwise, each member is assigned a
  772. # <em>bounce score</em> and every time we encounter a bounce from this
  773. # member we increment the score. Hard bounces increment by 1 while soft
  774. # bounces increment by 0.5. We only increment the bounce score once per
  775. # day, so even if we receive ten hard bounces from a member per day,
  776. # their score will increase by only 1 for that day.
  777. #
  778. # <p>When a member's bounce score is greater than the <a
  779. # href="?VARHELP=bounce/bounce_score_threshold">bounce score
  780. # threshold</a>, the subscription is disabled. Once disabled, the
  781. # member will not receive any postings from the list until their
  782. # membership is explicitly re-enabled (either by the list administrator
  783. # or the user). However, they will receive occasional reminders that
  784. # their membership has been disabled, and these reminders will include
  785. # information about how to re-enable their membership.
  786. #
  787. # <p>You can control both the <a
  788. # href="?VARHELP=bounce/bounce_you_are_disabled_warnings">number of
  789. # reminders</a> the member will receive and the <a
  790. # href="?VARHELP=bounce/bounce_you_are_disabled_warnings_interval"
  791. # >frequency</a> with which these reminders are sent.
  792. #
  793. # <p>There is one other important configuration variable; after a
  794. # certain period of time -- during which no bounces from the member are
  795. # received -- the bounce information is <a
  796. # href="?VARHELP=bounce/bounce_info_stale_after">considered stale</a>
  797. # and discarded. Thus by adjusting this value, and the score threshold,
  798. # you can control how quickly bouncing members are disabled. You should
  799. # tune both of these to the frequency and traffic volume of your list.
  800. # By setting this value to No, you disable all automatic bounce
  801. # processing for this list, however bounce messages will still be
  802. # discarded so that the list administrator isn't inundated with them.
  803. #
  804. # legal values are:
  805. # 0 = "No"
  806. # 1 = "Yes"
  807. bounce_processing = 1
  808. # Each subscriber is assigned a bounce score, as a floating point
  809. # number. Whenever Mailman receives a bounce from a list member, that
  810. # member's score is incremented. Hard bounces (fatal errors) increase
  811. # the score by 1, while soft bounces (temporary errors) increase the
  812. # score by 0.5. Only one bounce per day counts against a member's
  813. # score, so even if 10 bounces are received for a member on the same
  814. # day, their score will increase by just 1.
  815. #
  816. # This variable describes the upper limit for a member's bounce score,
  817. # above which they are automatically disabled, but not removed from the
  818. # mailing list.
  819. bounce_score_threshold = 5.0
  820. # The number of days after which a member's bounce information is
  821. # discarded, if no new bounces have been received in the interim. This
  822. # value must be an integer.
  823. bounce_info_stale_after = 7
  824. # How many Your Membership Is Disabled warnings a disabled member should
  825. # get before their address is removed from the mailing list. Set to 0
  826. # to immediately remove an address from the list once their bounce score
  827. # exceeds the threshold. This value must be an integer.
  828. bounce_you_are_disabled_warnings = 3
  829. # The number of days between sending the Your Membership Is Disabled
  830. # warnings. This value must be an integer.
  831. bounce_you_are_disabled_warnings_interval = 7
  832. # While Mailman's bounce detector is fairly robust, it's impossible to
  833. # detect every bounce format in the world. You should keep this
  834. # variable set to Yes for two reasons: 1) If this really is a permanent
  835. # bounce from one of your members, you should probably manually remove
  836. # them from your list, and 2) you might want to send the message on to
  837. # the Mailman developers so that this new format can be added to its
  838. # known set.
  839. #
  840. # If you really can't be bothered, then set this variable to No and all
  841. # non-detected bounces will be discarded without further processing.
  842. #
  843. # Note: This setting will also affect all messages sent to your list's
  844. # -admin address. This address is deprecated and should never be used,
  845. # but some people may still send mail to this address. If this happens,
  846. # and this variable is set to No those messages too will get discarded.
  847. # You may want to set up an autoresponse message for email to the -owner
  848. # and -admin address.
  849. #
  850. # legal values are:
  851. # 0 = "No"
  852. # 1 = "Yes"
  853. bounce_unrecognized_goes_to_list_owner = 1
  854. # By setting this value to No, you turn off notification messages that
  855. # are normally sent to the list owners when a member's delivery is
  856. # disabled due to excessive bounces. An attempt to notify the member
  857. # will always be made.
  858. #
  859. # legal values are:
  860. # 0 = "No"
  861. # 1 = "Yes"
  862. bounce_notify_owner_on_disable = 1
  863. # By setting this value to No, you turn off notification messages that
  864. # are normally sent to the list owners when a member is unsubscribed due
  865. # to excessive bounces. An attempt to notify the member will always be
  866. # made.
  867. #
  868. # legal values are:
  869. # 0 = "No"
  870. # 1 = "Yes"
  871. bounce_notify_owner_on_removal = 1
  872. ## Archive options
  873. #
  874. # List traffic archival policies.
  875. # Archive messages?
  876. #
  877. # legal values are:
  878. # 0 = "No"
  879. # 1 = "Yes"
  880. archive = 1
  881. # Is archive file source for public or private archival?
  882. #
  883. # legal values are:
  884. # 0 = "public"
  885. # 1 = "private"
  886. archive_private = 0
  887. # How often should a new archive volume be started?
  888. #
  889. # legal values are:
  890. # 0 = "Yearly"
  891. # 1 = "Monthly"
  892. # 2 = "Quarterly"
  893. # 3 = "Weekly"
  894. # 4 = "Daily"
  895. archive_volume_frequency = 0
  896. ## Gateway options
  897. #
  898. # Mail-to-News and News-to-Mail gateway services.
  899. # This value may be either the name of your news server, or optionally
  900. # of the format name:port, where port is a port number.
  901. #
  902. # The news server is not part of Mailman proper. You have to already
  903. # have access to an NNTP server, and that NNTP server must recognize the
  904. # machine this mailing list runs on as a machine capable of reading and
  905. # posting news.
  906. nntp_host = ''
  907. # The name of the Usenet group to gateway to and/or from.
  908. linked_newsgroup = ''
  909. # Should new posts to the mailing list be sent to the newsgroup?
  910. #
  911. # legal values are:
  912. # 0 = "No"
  913. # 1 = "Yes"
  914. gateway_to_news = 0
  915. # Should new posts to the newsgroup be sent to the mailing list?
  916. #
  917. # legal values are:
  918. # 0 = "No"
  919. # 1 = "Yes"
  920. gateway_to_mail = 0
  921. # This setting determines the moderation policy of the newsgroup and its
  922. # interaction with the moderation policy of the mailing list. This only
  923. # applies to the newsgroup that you are gatewaying to, so if you are
  924. # only gatewaying from Usenet, or the newsgroup you are gatewaying to is
  925. # not moderated, set this option to None.
  926. #
  927. # If the newsgroup is moderated, you can set this mailing list up to be
  928. # the moderation address for the newsgroup. By selecting Moderated, an
  929. # additional posting hold will be placed in the approval process. All
  930. # messages posted to the mailing list will have to be approved before
  931. # being sent on to the newsgroup, or to the mailing list membership.
  932. #
  933. # Note that if the message has an Approved header with the list's
  934. # administrative password in it, this hold test will be bypassed,
  935. # allowing privileged posters to send messages directly to the list and
  936. # the newsgroup.
  937. #
  938. # Finally, if the newsgroup is moderated, but you want to have an open
  939. # posting policy anyway, you should select Open list, moderated group.
  940. # The effect of this is to use the normal Mailman moderation facilities,
  941. # but to add an Approved header to all messages that are gatewayed to
  942. # Usenet.
  943. #
  944. # legal values are:
  945. # 0 = "None"
  946. # 1 = "Open list, moderated group"
  947. # 2 = "Moderated"
  948. news_moderation = 0
  949. # Mailman prefixes Subject: headers with text you can customize and
  950. # normally, this prefix shows up in messages gatewayed to Usenet. You
  951. # can set this option to No to disable the prefix on gated messages. Of
  952. # course, if you turn off normal Subject: prefixes, they won't be
  953. # prefixed for gated messages either.
  954. #
  955. # legal values are:
  956. # 0 = "No"
  957. # 1 = "Yes"
  958. news_prefix_subject_too = 1
  959. ## Autoreply options
  960. #
  961. # Auto-responder characteristics.<p>
  962. #
  963. # In the text fields below, string interpolation is performed with the
  964. # following key/value substitutions: <p><ul> <li><b>listname</b> -
  965. # <em>gets the name of the mailing list</em> <li><b>listurl</b> -
  966. # <em>gets the list's listinfo URL</em> <li><b>requestemail</b> -
  967. # <em>gets the list's -request address</em> <li><b>owneremail</b> -
  968. # <em>gets the list's -owner address</em> </ul>
  969. #
  970. # <p>For each text field, you can either enter the text directly into
  971. # the text box, or you can specify a file on your local system to upload
  972. # as the text.
  973. # Should Mailman send an auto-response to mailing list posters?
  974. #
  975. # legal values are:
  976. # 0 = "No"
  977. # 1 = "Yes"
  978. autorespond_postings = 0
  979. # Auto-response text to send to mailing list posters.
  980. autoresponse_postings_text = ''
  981. # Should Mailman send an auto-response to emails sent to the -owner
  982. # address?
  983. #
  984. # legal values are:
  985. # 0 = "No"
  986. # 1 = "Yes"
  987. autorespond_admin = 0
  988. # Auto-response text to send to -owner emails.
  989. autoresponse_admin_text = ''
  990. # Should Mailman send an auto-response to emails sent to the -request
  991. # address? If you choose yes, decide whether you want Mailman to
  992. # discard the original email, or forward it on to the system as a normal
  993. # mail command.
  994. #
  995. # legal values are:
  996. # 0 = "No"
  997. # 1 = "Yes, w/discard"
  998. # 2 = "Yes, w/forward"
  999. autorespond_requests = 0
  1000. # Auto-response text to send to -request emails.
  1001. autoresponse_request_text = ''
  1002. # Number of days between auto-responses to either the mailing list or
  1003. # -request/-owner address from the same poster. Set to zero (or
  1004. # negative) for no grace period (i.e. auto-respond to every message).
  1005. autoresponse_graceperiod = 90
  1006. ## Contentfilter options
  1007. #
  1008. # Policies concerning the content of list traffic.
  1009. #
  1010. # <p>Content filtering works like this: when a message is received by
  1011. # the list and you have enabled content filtering, the individual
  1012. # attachments are first compared to the <a
  1013. # href="?VARHELP=contentfilter/filter_mime_types">filter types</a>. If
  1014. # the attachment type matches an entry in the filter types, it is
  1015. # discarded.
  1016. #
  1017. # <p>Then, if there are <a
  1018. # href="?VARHELP=contentfilter/pass_mime_types">pass types</a> defined,
  1019. # any attachment type that does <em>not</em> match a pass type is also
  1020. # discarded. If there are no pass types defined, this check is skipped.
  1021. #
  1022. # <p>After this initial filtering, any <tt>multipart</tt> attachments
  1023. # that are empty are removed. If the outer message is left empty after
  1024. # this filtering, then the whole message is discarded.
  1025. #
  1026. # <p> Then, each <tt>multipart/alternative</tt> section will be replaced
  1027. # by just the first alternative that is non-empty after filtering if <a
  1028. # href="?VARHELP=contentfilter/collapse_alternatives"
  1029. # >collapse_alternatives</a> is enabled.
  1030. #
  1031. # <p>Finally, any <tt>text/html</tt> parts that are left in the message
  1032. # may be converted to <tt>text/plain</tt> if <a
  1033. # href="?VARHELP=contentfilter/convert_html_to_plaintext"
  1034. # >convert_html_to_plaintext</a> is enabled and the site is configured
  1035. # to allow these conversions.
  1036. # Should Mailman filter the content of list traffic according to the
  1037. # settings below?
  1038. #
  1039. # legal values are:
  1040. # 0 = "No"
  1041. # 1 = "Yes"
  1042. filter_content = 0
  1043. # Use this option to remove each message attachment that matches one of
  1044. # these content types. Each line should contain a string naming a MIME
  1045. # type/subtype, e.g. image/gif. Leave off the subtype to remove all
  1046. # parts with a matching major content type, e.g. image.
  1047. #
  1048. # Blank lines are ignored.
  1049. #
  1050. # See also <a href="?VARHELP=contentfilter/pass_mime_types"
  1051. # >pass_mime_types for a content type whitelist.
  1052. filter_mime_types = ''
  1053. # Use this option to remove each message attachment that does not have a
  1054. # matching content type. Requirements and formats are exactly like <a
  1055. # href="?VARHELP=contentfilter/filter_mime_types" >filter_mime_types.
  1056. #
  1057. # Note: if you add entries to this list but don't add multipart to this
  1058. # list, any messages with attachments will be rejected by the pass
  1059. # filter.
  1060. pass_mime_types = """multipart/mixed
  1061. multipart/alternative
  1062. text/plain"""
  1063. # Remove message attachments that have a matching filename extension.
  1064. filter_filename_extensions = """exe
  1065. bat
  1066. cmd
  1067. com
  1068. pif
  1069. scr
  1070. vbs
  1071. cpl"""
  1072. # Remove message attachments that don't have a matching filename
  1073. # extension. Leave this field blank to skip this filter test.
  1074. pass_filename_extensions = ''
  1075. # Should Mailman collapse multipart/alternative to its first part
  1076. # content?
  1077. #
  1078. # legal values are:
  1079. # 0 = "No"
  1080. # 1 = "Yes"
  1081. collapse_alternatives = True
  1082. # Should Mailman convert text/html parts to plain text? This conversion
  1083. # happens after MIME attachments have been stripped.
  1084. #
  1085. # legal values are:
  1086. # 0 = "No"
  1087. # 1 = "Yes"
  1088. convert_html_to_plaintext = 1
  1089. # One of these actions is taken when the message matches one of the
  1090. # content filtering rules, meaning, the top-level content type matches
  1091. # one of the <a href="?VARHELP=contentfilter/filter_mime_types"
  1092. # >filter_mime_types, or the top-level content type does not match one
  1093. # of the <a href="?VARHELP=contentfilter/pass_mime_types"
  1094. # >pass_mime_types, or if after filtering the subparts of the message,
  1095. # the message ends up empty.
  1096. #
  1097. # Note this action is not taken if after filtering the message still
  1098. # contains content. In that case the message is always forwarded on to
  1099. # the list membership.
  1100. #
  1101. # When messages are discarded, a log entry is written containing the
  1102. # Message-ID of the discarded message. When messages are rejected or
  1103. # forwarded to the list owner, a reason for the rejection is included in
  1104. # the bounce message to the original author. When messages are
  1105. # preserved, they are saved in a special queue directory on disk for the
  1106. # site administrator to view (and possibly rescue) but otherwise
  1107. # discarded. This last option is only available if enabled by the site
  1108. # administrator.
  1109. #
  1110. # legal values are:
  1111. # 0 = "Discard"
  1112. # 1 = "Reject"
  1113. # 2 = "Forward to List Owner"
  1114. # 3 = "Preserve"
  1115. filter_action = 0
  1116. ## Topics options
  1117. #
  1118. # List topic keywords
  1119. # The topic filter categorizes each incoming email message according to
  1120. # <a href="http://www.python.org/doc/current/lib/module-re.html">regular
  1121. # expression filters you specify below. If the message's Subject: or
  1122. # Keywords: header contains a match against a topic filter, the message
  1123. # is logically placed into a topic bucket. Each user can then choose to
  1124. # only receive messages from the mailing list for a particular topic
  1125. # bucket (or buckets). Any message not categorized in a topic bucket
  1126. # registered with the user is not delivered to the list.
  1127. #
  1128. # Note that this feature only works with regular delivery, not digest
  1129. # delivery.
  1130. #
  1131. # The body of the message can also be optionally scanned for Subject:
  1132. # and Keywords: headers, as specified by the <a
  1133. # href="?VARHELP=topics/topics_bodylines_limit">topics_bodylines_limit
  1134. # configuration variable.
  1135. #
  1136. # legal values are:
  1137. # 0 = "Disabled"
  1138. # 1 = "Enabled"
  1139. topics_enabled = 0
  1140. # The topic matcher will scan this many lines of the message body
  1141. # looking for topic keyword matches. Body scanning stops when either
  1142. # this many lines have been looked at, or a non-header-like body line is
  1143. # encountered. By setting this value to zero, no body lines will be
  1144. # scanned (i.e. only the Keywords: and Subject: headers will be
  1145. # scanned). By setting this value to a negative number, then all body
  1146. # lines will be scanned until a non-header-like line is encountered.
  1147. #
  1148. topics_bodylines_limit = 5
  1149. # Each topic keyword is actually a regular expression, which is matched
  1150. # against certain parts of a mail message, specifically the Keywords:
  1151. # and Subject: message headers. Note that the first few lines of the
  1152. # body of the message can also contain a Keywords: and Subject: "header"
  1153. # on which matching is also performed.
  1154. topics = []