diff options
author | Malfurious <m@lfurio.us> | 2024-06-15 17:43:00 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-06-15 17:43:00 -0400 |
commit | 2e2e06f47683d484e4852c2978fd787660ad730e (patch) | |
tree | b1f25e6b9fe681144c82b361527965a535a535d6 /userconfig/listtext/confirm | |
parent | 2ee344e9c7ab8182efde6a18e50d4b4e7d148e71 (diff) | |
parent | 57d0c93851d72789c2adda1ed1e8b671bcd3f884 (diff) | |
download | mailnode-2e2e06f47683d484e4852c2978fd787660ad730e.tar.gz mailnode-2e2e06f47683d484e4852c2978fd787660ad730e.zip |
Merge branch 'mailing-lists'
* mailing-lists:
mlmmj: Add maintenance service
mlmmj: Don't mention FAQ address
mlmmj: Use simpler message prologue
mlmmj: Add user configuration directories
mlmmj: Integration with postfix
mlmmj: Setup mailing list package
Diffstat (limited to '')
-rw-r--r-- | userconfig/listtext/confirm | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/userconfig/listtext/confirm b/userconfig/listtext/confirm new file mode 100644 index 0000000..ae8cbdd --- /dev/null +++ b/userconfig/listtext/confirm @@ -0,0 +1,52 @@ +%ifaction sub%Subject: Confirm subscription to $list$@$domain$%endif% +%ifaction unsub%Subject: Confirm unsubscribe from $list$@$domain$%endif% + +%text prologue% + +%ifaction sub% + %^%%wrap% + %ifreason admin% + An administrator + %endif% + %ifreason request% + Somebody (and we hope it was you) + %endif% + has requested that your email address <$subaddr$> be added + %iftype normal% + to the list. This means every time a post is sent to the list, you will + receive a copy of it. + %endif% + %iftype digest% + to the list, to receive digests. This means you will receive multiple + posts in a single mail message, at regular intervals, or when a lot of + posts have accumulated. + %endif% + %iftype nomail% + to the list, without mail delivery. This means you will not receive any + posts to the list, but you are considered a member. This means, for + instance, you are able to post to a list which only subscribers may post + to, while you follow the list using a web archive or another subscribed + email address. + %endif% +%endif% + +%ifaction unsub% + %^%%wrap% + %ifreason admin% + An administrator + %endif% + %ifreason request% + Somebody (and we hope it was you) + %endif% + has requested that the email address <$subaddr$> be removed from the list. +%endif% + +%wrap%To confirm you want to do this, please send a message to <$confaddr$> +which can usually be done simply by replying to this message. The subject +and the body of the message can be anything. + +After doing so, you should receive a reply informing you that the operation +succeeded. + +If you do not want to do this, simply ignore this message. + |