diff options
author | Malfurious <m@lfurio.us> | 2024-06-13 23:06:48 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-06-15 17:41:53 -0400 |
commit | fea6ee9debbb5d46e756953afcd3383eb0c23f73 (patch) | |
tree | 72099ccf022c419529622f5fe413965d1b5f3157 /userconfig/listtext/wait-post | |
parent | 7d2158a75b6ff294146444a6e1b51170d3f43010 (diff) | |
download | mailnode-fea6ee9debbb5d46e756953afcd3383eb0c23f73.tar.gz mailnode-fea6ee9debbb5d46e756953afcd3383eb0c23f73.zip |
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 <m@lfurio.us>
Diffstat (limited to 'userconfig/listtext/wait-post')
-rw-r--r-- | userconfig/listtext/wait-post | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/userconfig/listtext/wait-post b/userconfig/listtext/wait-post new file mode 100644 index 0000000..d30fb5d --- /dev/null +++ b/userconfig/listtext/wait-post @@ -0,0 +1,38 @@ +Subject: Awaiting release to $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%The message from <$posteraddr$> with subject "$subject$" has been +submitted to the list. However, the moderators are being asked to review it +before releasing it to the list +%ifreason moderated% + because this is a moderated list. +%endif% +%ifreason access% + because of an access rule. +%endif% +%ifreason modnonsubposts% + because you are not a subscriber. + + %ifncontrol closedlist%%ifncontrol closedlistsub% + %^%%text subrelease% + %endif%%endif% +%endif% + +(The message is below.) + +--=_$random0$$random1$_= +Content-Type: message/rfc822 +Content-Transfer-Encoding: 8bit +Content-Disposition: inline; filename="message.eml" + +%originalmail% +--=_$random0$$random1$_=-- |