summaryrefslogtreecommitdiffstats
path: root/userconfig/listtext/deny
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-06-13 23:06:48 -0400
committerMalfurious <m@lfurio.us>2024-06-15 17:41:53 -0400
commitfea6ee9debbb5d46e756953afcd3383eb0c23f73 (patch)
tree72099ccf022c419529622f5fe413965d1b5f3157 /userconfig/listtext/deny
parent7d2158a75b6ff294146444a6e1b51170d3f43010 (diff)
downloadmailnode-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/deny')
-rw-r--r--userconfig/listtext/deny76
1 files changed, 76 insertions, 0 deletions
diff --git a/userconfig/listtext/deny b/userconfig/listtext/deny
new file mode 100644
index 0000000..e02b1be
--- /dev/null
+++ b/userconfig/listtext/deny
@@ -0,0 +1,76 @@
+%ifaction sub%Subject: Unable to subscribe to $list$@$domain$%endif%
+%ifaction unsub%Subject: Unable to unsubscribe from $list$@$domain$%endif%
+%ifaction release reject%Subject: Unable to moderate $list$@$domain$%endif%
+%ifaction permit obstruct%Subject: Unable to gatekeep $list$@$domain$%endif%
+
+%text prologue%
+
+%ifaction sub%
+ %^%%wrap%You were unable to be subscribed to the list
+ %ifreason disabled%
+ because the
+ %iftype normal% normal %endif%
+ %iftype digest% digest %endif%
+ %iftype nomail% no-mail %endif%
+ version of the list is turned off.
+ %endif%
+ %ifreason closed%
+ because people are not allowed to subscribe to this list by email.
+ %endif%
+ %ifreason subbed%
+ because you are already subscribed.
+ %endif%
+ %ifreason expired%
+ because too much time passed without a gatekeeper permitting your entry.
+ %endif%
+ %ifreason obstruct%
+ because a gatekeeper obstructed your entry.
+ %endif%
+%endif%
+
+%ifaction unsub%
+ %^%%wrap%You were unable to be unsubscribed from the list
+ %ifreason unsubbed%
+ because you are not subscribed.
+
+ %^%%wrap%If you are receiving messages, perhaps a different email
+ address is subscribed. To find out which address you are subscribed
+ with, refer to the message welcoming you to the list, or look at the
+ envelope "Return-Path" header of a message you receive from the list.
+ %endif%
+%endif%
+
+%ifaction release reject%
+ %^%%wrap%
+ %ifaction release%
+ You were unable to release the specified post to the list
+ %endif%
+ %ifaction reject%
+ You were unable to reject the specified post
+ %endif%
+ %ifreason notfound%
+ because it could not be found. Perhaps another moderator already
+ released or rejected it, or it expired.
+ %endif%
+ %ifreason moderators%
+ because you are not a moderator for the list.
+ %endif%
+%endif%
+
+%ifaction permit obstruct%
+ %^%%wrap%
+ %ifaction permit%
+ You were unable to permit the specified subscription request
+ %endif%
+ %ifaction obstruct%
+ You were unable to obstruct the specified subscription request
+ %endif%
+ %ifreason notfound%
+ because it could not be found. Perhaps another gatekeeper already
+ permitted or obstructed it, or it expired.
+ %endif%
+ %ifreason gatekeepers%
+ because you are not a gatekeeper for the list.
+ %endif%
+%endif%
+