summaryrefslogtreecommitdiff
path: root/mailman/skel/team.en.py
blob: b11545bdbd6baad975d62fed6fc5f733af1d44d8 (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)'
  15. info = """Open list for LISTDESC.
  16. <ul><li>Anyone can send to the list (non-text parts are stripped).
  17. <li>Posts are censored for relevancy (except from SENDERS).
  18. <li>Anyone can subscribe to the list (only members can see member list).
  19. </ul>Access limitation to the archive avoids search engine registrations, but does not ensure discretion as anyone can gain access by subscribing.
  20. 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."""
  21. subject_prefix = '[LISTNAME] '
  22. anonymous_list = False
  23. first_strip_reply_to = 0
  24. reply_goes_to_list = 0
  25. reply_to_address = ''
  26. umbrella_list = False
  27. umbrella_member_suffix = '-owner'
  28. send_reminders = 0
  29. welcome_msg = """This is an open list for LISTDESC.
  30. * Anyone can send to the list (non-text parts are stripped).
  31. * Posts are censored for relevancy (except from SENDERS).
  32. * Anyone can subscribe to the list (only members can see member list).
  33. Access limitation to the archive avoids search engine registrations,
  34. but does not ensure discretion as anyone can gain access by subscribing.
  35. Censorship avoids some noise, but also increase risk of rejection or
  36. delay of legitimate posts: Please subscribe to the list and use your
  37. subscribed address as sender if you want delivery of your posts ensured.
  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 = 1
  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 = 1
  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. %(real_name)s mailing list
  61. %(real_name)s@%(host_name)s
  62. %(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. %(real_name)s mailing list
  74. %(real_name)s@%(host_name)s
  75. %(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 = 1
  82. obscure_addresses = 0
  83. default_member_moderation = 0
  84. member_moderation_action = 0
  85. member_moderation_notice = ''
  86. accept_these_nonmembers = [SENDERFILTERS]
  87. hold_these_nonmembers = []
  88. reject_these_nonmembers = []
  89. discard_these_nonmembers = []
  90. generic_nonmember_action = 1
  91. nonmember_rejection_notice = ''
  92. require_explicit_destination = 1
  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 = 1
  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/signed
  128. multipart/mixed
  129. multipart/alternative
  130. application/pgp-signature
  131. application/pkcs7-signature
  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 = True
  143. convert_html_to_plaintext = True
  144. filter_action = 1
  145. topics_enabled = 0
  146. topics_bodylines_limit = 5
  147. topics = []