You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2006/08/10 19:37:14 UTC

svn commit: r430452 - in /ant/core/trunk: docs/mail.html xdocs/mail.xml

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 john@host.domain , send an email to <pre>dev-unsubscribe-john=host.domain@ant.apache.org</pre>
-          or to  <pre>user-unsubscribe-john=host.domain@ant.apache.org</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:user-unsubscribe@ant.apache.org&gt;
+        List-Help: &lt;mailto:user-help@ant.apache.org&gt;
+        List-Post: &lt;mailto:user@ant.apache.org&gt;
+        List-Id: "Ant Users List" &lt;user.ant.apache.org&gt;
+        Reply-To: "Ant Users List" &lt;user@ant.apache.org&gt;
+        Delivered-To: mailing list user@ant.apache.org
+        ...
+        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 john@host.domain , send an email to <pre>dev-unsubscribe-john=host.domain@ant.apache.org</pre>
+          or to  <pre>user-unsubscribe-john=host.domain@ant.apache.org</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 john@host.domain , send an email to <pre>dev-unsubscribe-john=host.domain@ant.apache.org</pre>
-          or to  <pre>user-unsubscribe-john=host.domain@ant.apache.org</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:user-unsubscribe@ant.apache.org&gt;
+        List-Help: &lt;mailto:user-help@ant.apache.org&gt;
+        List-Post: &lt;mailto:user@ant.apache.org&gt;
+        List-Id: "Ant Users List" &lt;user.ant.apache.org&gt;
+        Reply-To: "Ant Users List" &lt;user@ant.apache.org&gt;
+        Delivered-To: mailing list user@ant.apache.org
+        ...
+        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 john@host.domain , send an email to <pre>dev-unsubscribe-john=host.domain@ant.apache.org</pre>
+          or to  <pre>user-unsubscribe-john=host.domain@ant.apache.org</pre>.
+        </p>  
       </subsection>
     </section>
 



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