From fea6ee9debbb5d46e756953afcd3383eb0c23f73 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 13 Jun 2024 23:06:48 -0400 Subject: mlmmj: Add user configuration directories Configuration variables for individual mailing lists should go in subdirectories under `userconfig/lists/`. The directory name is the list name and files/directories beginning with a '.' are ignored. The contents within these list directories should be the list's "tunable" settings which usually reside in the lists's "control" directory. See https://mlmmj.org/TUNABLES.html for more information. Files under `userconfig/listtext/` are the auto-response messages sent out by the lists. The files we store here are shared by all lists, and much of their contents are parameterized. This commit adds the default versions of these files. Signed-off-by: Malfurious --- userconfig/listtext/moderate-post | 50 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 userconfig/listtext/moderate-post (limited to 'userconfig/listtext/moderate-post') diff --git a/userconfig/listtext/moderate-post b/userconfig/listtext/moderate-post new file mode 100644 index 0000000..18944c3 --- /dev/null +++ b/userconfig/listtext/moderate-post @@ -0,0 +1,50 @@ +Subject: Please moderate $list$@$domain$: $subject$ +MIME-Version: 1.0 +Content-Type: multipart/mixed; + boundary="=_$random0$$random1$_=" +Content-Transfer-Encoding: 8bit + +--=_$random0$$random1$_= +Content-Type: text/plain; charset=utf8 +Content-Transfer-Encoding: 8bit + +%text prologue% + +%wrap%A message from <$posteraddr$> with subject "$subject$" has been +submitted for posting. You are being asked to moderate +%ifreason modnonsubposts% + because the requester is not a subscriber. +%endif% +%ifreason moderated% + because this is a moderated list. +%endif% +%ifreason access% + because of an access rule. +%endif% +The message is below. + +%wrap%To release it to the list, please send a message to <$releaseaddr$> +which can usually be done simply by replying to this message. + +%ifcontrol subonrelease% + %^%%wrap%If you wish, you can simultaneously release the post and + subscribe the poster by sending a message to one of the following + addresses:%nowrap% + %^%- %wrap%Normal version: <$listsubreleaseaddr$>%nowrap% + %^%- %wrap%Digest version: <$digestsubreleaseaddr$>%nowrap% + %^%- %wrap%No-mail version: <$nomailsubreleaseaddr$>%nowrap% +%endif% + +%wrap%If you do not want to do any of this, either send a message to +<$rejectaddr$> or simply ignore this message. + +The following moderators have received this mail: +- %moderators% + +--=_$random0$$random1$_= +Content-Type: message/rfc822 +Content-Transfer-Encoding: 8bit +Content-Disposition: inline; filename="message.eml" + +%originalmail% +--=_$random0$$random1$_=-- -- cgit v1.2.3