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