diff --git a/docs/mail.html b/docs/mail.html index 26e368d5b..2bdfb395d 100644 --- a/docs/mail.html +++ b/docs/mail.html @@ -188,13 +188,6 @@

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.

- - How to unsubscribe your old email address -

-

To stop subscription for the address john@host.domain , send an email to

dev-unsubscribe-john=host.domain@ant.apache.org
- or to
user-unsubscribe-john=host.domain@ant.apache.org
. -

-

User List

@@ -227,6 +220,32 @@ build tool meet and discuss issues, code changes/additions, etc. Subscribers to this list get notices of each and every code change, build results, testing notices, etc.

+

+ + How to unsubscribe your old email address +

+

+ First, find out the particular email adress to which ezmlm is sending. + The email headers are visible 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-john=host.domain@ant.apache.org
+        ...
+        
+ The Return-Path header contains the email address which is subscribed. +

+

To stop subscription for the address john@host.domain , send an email to

dev-unsubscribe-john=host.domain@ant.apache.org
+ or to
user-unsubscribe-john=host.domain@ant.apache.org
. +

diff --git a/xdocs/mail.xml b/xdocs/mail.xml index 7229ba9da..bab9df145 100644 --- a/xdocs/mail.xml +++ b/xdocs/mail.xml @@ -48,13 +48,6 @@

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.

- -

To stop subscription for the address john@host.domain , send an email to

dev-unsubscribe-john=host.domain@ant.apache.org
- or to
user-unsubscribe-john=host.domain@ant.apache.org
. -

-
- -

High Traffic @@ -87,6 +80,31 @@ etc. Subscribers to this list get notices of each and every code change, build results, testing notices, etc.

+ + +

+ First, find out the particular email adress to which ezmlm is sending. + The email headers are visible 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-john=host.domain@ant.apache.org
+        ...
+        
+ The Return-Path header contains the email address which is subscribed. +

+

To stop subscription for the address john@host.domain , send an email to

dev-unsubscribe-john=host.domain@ant.apache.org
+ or to
user-unsubscribe-john=host.domain@ant.apache.org
. +

+