summaryrefslogtreecommitdiff
path: root/mailman/skel/open-semi-public.en.py
blob: 71fd29c58c70d7328c9e488f9c09a7e3befe66f3 (plain)
  1. # -*- python -*-
  2. # -*- coding: iso-8859-1 -*-
  3. #
  4. # LISTNAME = list base name
  5. # LISTDESC = list base description
  6. # LISTHOST = maildomain
  7. # SENDERS = permitted senders short description
  8. # SENDERFILTERS = array of regexes of permitted senders
  9. # LISTOWNERS = array of listmaster address(es)
  10. #
  11. real_name = 'LISTNAME'
  12. owner = [LISTOWNERS]
  13. moderator = []
  14. description = 'LISTDESC (censored, semi-public archive)'
  15. info = """Open list for LISTDESC.
  16. <ul><li>Anyone can send to the list.
  17. <li>Attachments are separated and stored centrally.
  18. <li>Posts are censored for relevancy (except from SENDERS).
  19. <li>Anyone can subscribe to the list (only members can see member list).
  20. </ul>Access limitation to the archive avoids search engine registrations, but does not ensure discretion as anyone can gain access by subscribing.
  21. Censorship avoids some noise, but also increase risk of rejection or delay of legitimate posts: Please subscribe to the list and use your subscribed address as sender if you want delivery of your posts ensured."""
  22. subject_prefix = '[LISTNAME] '
  23. anonymous_list = False
  24. first_strip_reply_to = 0
  25. reply_goes_to_list = 0
  26. reply_to_address = ''
  27. umbrella_list = False
  28. umbrella_member_suffix = '-owner'
  29. send_reminders = 0
  30. welcome_msg = """This is an open list for LISTDESC.
  31. * Anyone can send to the list.
  32. * Attachments are separated and stored centrally.
  33. * Posts are censored for relevancy (except from SENDERS).
  34. * Anyone can subscribe to the list (only members can see member list).
  35. Access limitation to the archive avoids search engine registrations,
  36. but does not ensure discretion as anyone can gain access by subscribing.
  37. Censorship avoids some noise, but also increase risk of rejection or
  38. delay of legitimate posts: Please subscribe to the list and use your
  39. subscribed address as sender if you want delivery of your posts ensured.
  40. All emails are archived (only members can read the archive)."""
  41. send_welcome_msg = True
  42. goodbye_msg = ''
  43. send_goodbye_msg = True
  44. admin_immed_notify = True
  45. admin_notify_mchanges = 1
  46. respond_to_post_requests = 1
  47. emergency = 0
  48. new_member_options = 256
  49. administrivia = 0
  50. max_message_size = 0
  51. admin_member_chunksize = 30
  52. host_name = 'LISTHOST'
  53. include_rfc2369_headers = 1
  54. include_list_post_header = 1
  55. max_days_to_hold = 7
  56. preferred_language = 'en'
  57. available_languages = ['da', 'de', 'en', 'es', 'fi', 'nl', 'no', 'pt_BR', 'sv']
  58. encode_ascii_prefixes = 2
  59. nondigestable = True
  60. msg_header = ''
  61. msg_footer = """--
  62. To UNSUBSCRIBE, email to %(real_name)s-REQUEST@%(host_name)s
  63. with a subject of "unsubscribe". Trouble? Contact listmaster@%(host_name)s
  64. Archive and settings, see %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s"""
  65. scrub_nondigest = 1
  66. regular_exclude_lists = []
  67. regular_include_lists = []
  68. digestable = True
  69. digest_is_default = False
  70. mime_is_default_digest = 1
  71. digest_size_threshhold = 30
  72. digest_send_periodic = True
  73. digest_header = ''
  74. digest_footer = """--
  75. To UNSUBSCRIBE, email to %(real_name)s-REQUEST@%(host_name)s
  76. with a subject of "unsubscribe". Trouble? Contact listmaster@%(host_name)s
  77. Archive and settings, see %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s"""
  78. digest_volume_frequency = 1
  79. advertised = 1
  80. subscribe_policy = 1
  81. unsubscribe_policy = 0
  82. ban_list = []
  83. private_roster = 1
  84. obscure_addresses = 0
  85. default_member_moderation = 0
  86. member_moderation_action = 0
  87. member_moderation_notice = ''
  88. accept_these_nonmembers = [SENDERFILTERS]
  89. hold_these_nonmembers = []
  90. reject_these_nonmembers = []
  91. discard_these_nonmembers = []
  92. generic_nonmember_action = 1
  93. nonmember_rejection_notice = ''
  94. require_explicit_destination = 1
  95. acceptable_aliases = ''
  96. max_num_recipients = 0
  97. header_filter_rules = [('X-Spam-Status: Yes', 3, False)]
  98. bounce_matching_headers = """# Lines that *start* with a '#' are comments.
  99. to: friend@public.com
  100. message-id: relay.comanche.denmark.eu
  101. from: list@listme.com
  102. from: .*@uplinkpro.com"""
  103. bounce_processing = 1
  104. bounce_score_threshold = 5.0
  105. bounce_info_stale_after = 7
  106. bounce_you_are_disabled_warnings = 3
  107. bounce_you_are_disabled_warnings_interval = 7
  108. bounce_unrecognized_goes_to_list_owner = True
  109. bounce_notify_owner_on_disable = True
  110. bounce_notify_owner_on_removal = True
  111. archive = True
  112. archive_private = 1
  113. archive_volume_frequency = 1
  114. nntp_host = ''
  115. linked_newsgroup = ''
  116. gateway_to_news = 0
  117. gateway_to_mail = 0
  118. news_moderation = 0
  119. news_prefix_subject_too = 1
  120. autorespond_postings = 0
  121. autoresponse_postings_text = ''
  122. autorespond_admin = 0
  123. autoresponse_admin_text = ''
  124. autorespond_requests = 0
  125. autoresponse_request_text = ''
  126. autoresponse_graceperiod = 90
  127. filter_content = False
  128. filter_mime_types = ''
  129. pass_mime_types = """multipart
  130. message/rfc822
  131. application/pgp-signature
  132. application/pkcs7-signature
  133. text/html
  134. text/plain"""
  135. filter_filename_extensions = """exe
  136. bat
  137. cmd
  138. com
  139. pif
  140. scr
  141. vbs
  142. cpl"""
  143. pass_filename_extensions = ''
  144. collapse_alternatives = 0
  145. convert_html_to_plaintext = 0
  146. filter_action = 1
  147. topics_enabled = 0
  148. topics_bodylines_limit = 5
  149. topics = []