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/notify | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 userconfig/listtext/notify (limited to 'userconfig/listtext/notify') diff --git a/userconfig/listtext/notify b/userconfig/listtext/notify new file mode 100644 index 0000000..6c2876c --- /dev/null +++ b/userconfig/listtext/notify @@ -0,0 +1,41 @@ +%ifaction sub%Subject: Subscribed to $list$@$domain$: $subaddr$%endif% +%ifaction unsub%Subject: Unsubscribed from $list$@$domain$: $subaddr$%endif% + +%text prologue% + +%ifaction sub% + %^%%wrap%The address <$subaddr$> has been subscribed to the + %iftype normal% normal %endif% + %iftype digest% digest %endif% + %iftype nomail% no-mail %endif% + version of the list + %ifreason request% + because a request to join was received. + %endif% + %ifreason confirm% + because a request to join was confirmed. + %endif% + %ifreason admin% + because an administrator commanded it. + %endif% + %ifreason permit% + because a gatekeeper permitted it. + %endif% +%endif% + +%ifaction unsub% + %^%%wrap%The address <$subaddr$> has been unsubscribed from the list + %ifreason request% + because a request to unsubscribe was received. + %endif% + %ifreason confirm% + because a request to unsubscribe was confirmed. + %endif% + %ifreason admin% + because an administrator commanded it. + %endif% + %ifreason bouncing% + because it has been bouncing for too long. + %endif% +%endif% + -- cgit v1.2.3