diff --git a/documentation/users b/documentation/users index 8ab79fd..b0953b1 100644 --- a/documentation/users +++ b/documentation/users @@ -63,20 +63,6 @@ Create a new repository with the suffix ".mlist": CLIF will then begin accepting emails for @example.org and it will store them inside the .mlist repository. -# Subscribe to lists - -Send an email to the list address with the +subscribe suffix. - - From: You - To: +subscribe@example.org - -# Unsubscribe from lists - -Send an email to the list address with the +unsubscribe suffix. - - From: You - To: +unsubscribe@example.org - # New thread Send a new email to any list address. @@ -89,3 +75,19 @@ is the ID of any previous message. From: You To: @example.org In-Reply-To: + +# Subscribe to lists + +Send an email to the list address with the "subscribe" subject. + + From: You + To: @example.org + Subject: subscribe + +# Unsubscribe from lists + +Send an email to the list address with the "unsubscribe" subject. + + From: You + To: @example.org + Subject: unsubscribe diff --git a/templates/mailing_list/mailing_list.html b/templates/mailing_list/mailing_list.html index 0d7b47b..20a2cbf 100644 --- a/templates/mailing_list/mailing_list.html +++ b/templates/mailing_list/mailing_list.html @@ -2,12 +2,8 @@ {% block path %} home ยป - {{ list_address }} - ( - Subscribe - - - Unsubscribe - ) + {{ list_address }} + (help) {% endblock %} {% block context %}