summaryrefslogtreecommitdiff
path: root/mailman/skel/sig.en.py
blob: 32e6caeaeb1dda2dcbe8a2bba2d671f6ba96a36c (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, 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>Archive is public accessible.
  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. Censorship avoids some noise, but also increase risk of rejection or
  34. delay of legitimate posts: Please subscribe to the list and use your
  35. subscribed address as sender if you want delivery of your posts ensured.
  36. All emails are archived (archive is public accessible)."""
  37. send_welcome_msg = True
  38. goodbye_msg = ''
  39. send_goodbye_msg = True
  40. admin_immed_notify = True
  41. admin_notify_mchanges = 1
  42. respond_to_post_requests = 1
  43. emergency = 0
  44. new_member_options = 256
  45. administrivia = 0
  46. max_message_size = 0
  47. admin_member_chunksize = 30
  48. host_name = 'LISTHOST'
  49. include_rfc2369_headers = 1
  50. include_list_post_header = 1
  51. max_days_to_hold = 7
  52. preferred_language = 'en'
  53. available_languages = ['da', 'de', 'en', 'es', 'fi', 'nl', 'no', 'pt_BR', 'sv']
  54. encode_ascii_prefixes = 2
  55. nondigestable = True
  56. msg_header = ''
  57. msg_footer = """--
  58. To UNSUBSCRIBE, email to %(real_name)s-REQUEST@%(host_name)s
  59. with a subject of "unsubscribe". Trouble? Contact listmaster@%(host_name)s
  60. Archive and other options, visit %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s"""
  61. scrub_nondigest = 1
  62. regular_exclude_lists = []
  63. regular_include_lists = []
  64. digestable = True
  65. digest_is_default = False
  66. mime_is_default_digest = 1
  67. digest_size_threshhold = 30
  68. digest_send_periodic = True
  69. digest_header = ''
  70. digest_footer = """--
  71. To UNSUBSCRIBE, email to %(real_name)s-REQUEST@%(host_name)s
  72. with a subject of "unsubscribe". Trouble? Contact listmaster@%(host_name)s
  73. Archive and other options, visit %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s"""
  74. digest_volume_frequency = 1
  75. advertised = 1
  76. subscribe_policy = 1
  77. unsubscribe_policy = 0
  78. ban_list = []
  79. private_roster = 1
  80. obscure_addresses = 0
  81. default_member_moderation = 0
  82. member_moderation_action = 0
  83. member_moderation_notice = ''
  84. accept_these_nonmembers = [SENDERFILTERS]
  85. hold_these_nonmembers = []
  86. reject_these_nonmembers = []
  87. discard_these_nonmembers = []
  88. generic_nonmember_action = 1
  89. nonmember_rejection_notice = ''
  90. require_explicit_destination = 1
  91. acceptable_aliases = ''
  92. max_num_recipients = 0
  93. header_filter_rules = [('X-Spam-Status: Yes', 3, False)]
  94. bounce_matching_headers = """# Lines that *start* with a '#' are comments.
  95. to: friend@public.com
  96. message-id: relay.comanche.denmark.eu
  97. from: list@listme.com
  98. from: .*@uplinkpro.com"""
  99. bounce_processing = 1
  100. bounce_score_threshold = 5.0
  101. bounce_info_stale_after = 7
  102. bounce_you_are_disabled_warnings = 3
  103. bounce_you_are_disabled_warnings_interval = 7
  104. bounce_unrecognized_goes_to_list_owner = True
  105. bounce_notify_owner_on_disable = True
  106. bounce_notify_owner_on_removal = True
  107. archive = True
  108. archive_private = 0
  109. archive_volume_frequency = 1
  110. nntp_host = ''
  111. linked_newsgroup = ''
  112. gateway_to_news = 0
  113. gateway_to_mail = 0
  114. news_moderation = 0
  115. news_prefix_subject_too = 1
  116. autorespond_postings = 0
  117. autoresponse_postings_text = ''
  118. autorespond_admin = 0
  119. autoresponse_admin_text = ''
  120. autorespond_requests = 0
  121. autoresponse_request_text = ''
  122. autoresponse_graceperiod = 90
  123. filter_content = False
  124. filter_mime_types = ''
  125. pass_mime_types = """multipart/signed
  126. multipart/mixed
  127. multipart/alternative
  128. application/pgp-signature
  129. application/pkcs7-signature
  130. text/plain"""
  131. filter_filename_extensions = """exe
  132. bat
  133. cmd
  134. com
  135. pif
  136. scr
  137. vbs
  138. cpl"""
  139. pass_filename_extensions = ''
  140. collapse_alternatives = True
  141. convert_html_to_plaintext = True
  142. filter_action = 1
  143. topics_enabled = 0
  144. topics_bodylines_limit = 5
  145. topics = []