From dev-return-73553-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Thu Aug 10 17:37:47 2006 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 1197 invoked from network); 10 Aug 2006 17:37:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 17:37:46 -0000 Received: (qmail 11073 invoked by uid 500); 10 Aug 2006 17:37:45 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 11020 invoked by uid 500); 10 Aug 2006 17:37:45 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 11009 invoked by uid 500); 10 Aug 2006 17:37:44 -0000 Received: (qmail 11006 invoked by uid 99); 10 Aug 2006 17:37:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 10:37:44 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 10:37:42 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E22301A981A; Thu, 10 Aug 2006 10:37:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r430452 - in /ant/core/trunk: docs/mail.html xdocs/mail.xml Date: Thu, 10 Aug 2006 17:37:14 -0000 To: ant-cvs@apache.org From: antoine@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060810173714.E22301A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: antoine Date: Thu Aug 10 10:37:14 2006 New Revision: 430452 URL: http://svn.apache.org/viewvc?rev=430452&view=rev Log: reintroduced a blurb about the mail headers, explaining how the return-path header helps find out which email address is subscribed. Modified: ant/core/trunk/docs/mail.html ant/core/trunk/xdocs/mail.xml Modified: ant/core/trunk/docs/mail.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/mail.html?rev=430452&r1=430451&r2=430452&view=diff ============================================================================== --- ant/core/trunk/docs/mail.html (original) +++ ant/core/trunk/docs/mail.html Thu Aug 10 10:37:14 2006 @@ -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
. +

Modified: ant/core/trunk/xdocs/mail.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/mail.xml?rev=430452&r1=430451&r2=430452&view=diff ============================================================================== --- ant/core/trunk/xdocs/mail.xml (original) +++ ant/core/trunk/xdocs/mail.xml Thu Aug 10 10:37:14 2006 @@ -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 @@ -86,6 +79,31 @@ 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.

+
+ + +

+ 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
. +

--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org