diff options
| author | bwarsaw | 2001-04-02 06:10:44 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-04-02 06:10:44 +0000 |
| commit | 9ebd43d17f9459e404387d41cfca3aa906628cc1 (patch) | |
| tree | cac98582fb50e192831d24d4cba535120e1924ad | |
| parent | 51df6539c44baefcfce2e777efc22190ffad47b9 (diff) | |
| download | mailman-9ebd43d17f9459e404387d41cfca3aa906628cc1.tar.gz mailman-9ebd43d17f9459e404387d41cfca3aa906628cc1.tar.zst mailman-9ebd43d17f9459e404387d41cfca3aa906628cc1.zip | |
| -rw-r--r-- | templates/help.txt | 13 | ||||
| -rw-r--r-- | templates/options.html | 9 |
2 files changed, 14 insertions, 8 deletions
diff --git a/templates/help.txt b/templates/help.txt index 2c331fa85..be37d9236 100644 --- a/templates/help.txt +++ b/templates/help.txt @@ -34,11 +34,14 @@ The following commands are valid: "address=<email address>" (no brackets around the email address, no quotes!) - unsubscribe <password> [address] - Unsubscribe from the mailing list. Your password must match - the one you gave when you subscribed. If you are trying to - unsubscribe from a different address than the one you - subscribed from, you may specify it in the 'address' field. + unsubscribe [password] [address] + Unsubscribe from the mailing list. If your password is given + it must match the one you gave when you subscribed. If your + password is missing, a confirmation message will be sent + before you will be unsubscribed from the list. If you are + trying to unsubscribe from a different address than the one + you subscribed from, you may specify it in the 'address' + field. who See everyone who is on this mailing list. diff --git a/templates/options.html b/templates/options.html index f73a7b102..d8e5c9d28 100644 --- a/templates/options.html +++ b/templates/options.html @@ -1,4 +1,4 @@ -<!-- $Revision: 3179 $ --> +<!-- $Revision: 3211 $ --> <html> <head> <title><MM-Presentable-User> Configuration for <MM-List-Name></title> @@ -33,8 +33,11 @@ password, and options for the <MM-List-Name> mailing list. <tr> <td> -To unsubscribe, enter your password and hit the button. (If you've -lost your password, see just below to have it emailed to you.) +To be removed from the list, just hit the <strong>Unsubscribe</strong> +button. If you know your password, enter it in the <em>Password:</em> +field to be removed immediately. Otherwise, a confirmation notice +will be sent to your email address. If you've lost your password, hit +the <strong>Email My Password To Me</strong> button below. <p> Password: <MM-Unsub-Pw-Box> |
