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