diff --git a/docs/mail.html b/docs/mail.html index 599c57f58..c0f1688d4 100644 --- a/docs/mail.html +++ b/docs/mail.html @@ -185,6 +185,32 @@
  • Full mbox archives of all lists
  • Mailing list Archives
  • +

    To subscribe to a mailinglist use the links below. In your first email you will get some + information about working with the list manager EZMLM. + But several times + there were problems with unsubscribing from a mailinglist. The problem is that you use another + email adress for unsubscribing than for subscribing and ezmlm could not find that adress for + deleting from the list. So you have to find out, to which concrete email adress ezmlm is sending + the mail. This is visible in the email headers (in Microsoft Outlook via the messages menu + "View | Options"). +

    +      Microsoft Mail Internet Headers Version 2.0
    +      ...
    +      List-Unsubscribe: <mailto:user-unsubscribe@ant.apache.org>
    +      List-Help: <mailto:user-help@ant.apache.org>
    +      List-Post: <mailto:user@ant.apache.org>
    +      List-Id: "Ant Users List" <user.ant.apache.org>
    +      Reply-To: "Ant Users List" <user@ant.apache.org>
    +      Delivered-To: mailing list user@ant.apache.org
    +      ...
    +      Return-Path: user-return-12345-Jan.Materne=me.acme.com@ant.apache.org
    +      ...
    +      
    + As you can see, you'll get the help information with each mail, too. + But more important is the Return-Path. If you change "return" into "unsubscribe" and you send + an email to that adress (user-unsubscribe-12345-Jan.Materne=me.acme.com@ant.apache.org) + this will unsubscribe you. +

    User List diff --git a/xdocs/mail.xml b/xdocs/mail.xml index 5c57e60e4..9bc0ee787 100644 --- a/xdocs/mail.xml +++ b/xdocs/mail.xml @@ -1,6 +1,6 @@