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