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 @@
                                 <p>To subscribe to a mailinglist use the links 
below. In your first email you will get some
       information about working with the list manager <a 
href="http://www.ezmlm.org/";>EZMLM</a>.</p>
                                       <h4 class="subsection">
-        <a name="How to unsubscribe your old email address"></a>
-        How to unsubscribe your old email address
-      </h4>
-                        <p> To stop subscription for the address [EMAIL 
PROTECTED] , send an email to <pre>[EMAIL PROTECTED]</pre>
-          or to  <pre>[EMAIL PROTECTED]</pre>.
-        </p>
-                                                          <h4 
class="subsection">
         <a name="User List"></a>
         User List
       </h4>
@@ -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.</p>
+                                                          <h4 
class="subsection">
+        <a name="How to unsubscribe your old email address"></a>
+        How to unsubscribe your old email address
+      </h4>
+                        <p>
+        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".
+        <pre>
+        Microsoft Mail Internet Headers Version 2.0
+        ...
+        List-Unsubscribe: &lt;mailto:[EMAIL PROTECTED]&gt;
+        List-Help: &lt;mailto:[EMAIL PROTECTED]&gt;
+        List-Post: &lt;mailto:[email protected]&gt;
+        List-Id: "Ant Users List" &lt;user.ant.apache.org&gt;
+        Reply-To: "Ant Users List" &lt;[email protected]&gt;
+        Delivered-To: mailing list [email protected]
+        ...
+        Return-Path: user-return-12345-<i>john=host.domain</i>@ant.apache.org
+        ...
+        </pre>
+        The <i>Return-Path</i> header contains the email address which is 
subscribed. 
+        </p>
+                                <p> To stop subscription for the address 
[EMAIL PROTECTED] , send an email to <pre>[EMAIL PROTECTED]</pre>
+          or to  <pre>[EMAIL PROTECTED]</pre>.
+        </p>
                                     
     </div>
   </div>

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 @@
       <p>To subscribe to a mailinglist use the links below. In your first 
email you will get some
       information about working with the list manager <a 
href="http://www.ezmlm.org/";>EZMLM</a>.</p>
 
-      <subsection name="How to unsubscribe your old email address">
-        <p> To stop subscription for the address [EMAIL PROTECTED] , send an 
email to <pre>[EMAIL PROTECTED]</pre>
-          or to  <pre>[EMAIL PROTECTED]</pre>.
-        </p>  
-      </subsection>
-
-
       <subsection name="User List">
         <p>
           <b>High Traffic</b>
@@ -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.</p>
+      </subsection>
+
+      <subsection name="How to unsubscribe your old email address">
+        <p>
+        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".
+        <pre>
+        Microsoft Mail Internet Headers Version 2.0
+        ...
+        List-Unsubscribe: &lt;mailto:[EMAIL PROTECTED]&gt;
+        List-Help: &lt;mailto:[EMAIL PROTECTED]&gt;
+        List-Post: &lt;mailto:[email protected]&gt;
+        List-Id: "Ant Users List" &lt;user.ant.apache.org&gt;
+        Reply-To: "Ant Users List" &lt;[email protected]&gt;
+        Delivered-To: mailing list [email protected]
+        ...
+        Return-Path: user-return-12345-<i>john=host.domain</i>@ant.apache.org
+        ...
+        </pre>
+        The <i>Return-Path</i> header contains the email address which is 
subscribed. 
+        </p>      
+        <p> To stop subscription for the address [EMAIL PROTECTED] , send an 
email to <pre>[EMAIL PROTECTED]</pre>
+          or to  <pre>[EMAIL PROTECTED]</pre>.
+        </p>  
       </subsection>
     </section>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to