You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by da...@apache.org on 2009/04/27 15:07:34 UTC

svn commit: r768965 - /james/project/trunk/project/src/site/xdoc/mail.xml

Author: danny
Date: Mon Apr 27 13:07:33 2009
New Revision: 768965

URL: http://svn.apache.org/viewvc?rev=768965&view=rev
Log:
instructions for un-subscribing shamelessly ripped off from Ant's mail.xml

Modified:
    james/project/trunk/project/src/site/xdoc/mail.xml

Modified: james/project/trunk/project/src/site/xdoc/mail.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/project/src/site/xdoc/mail.xml?rev=768965&r1=768964&r2=768965&view=diff
==============================================================================
--- james/project/trunk/project/src/site/xdoc/mail.xml (original)
+++ james/project/trunk/project/src/site/xdoc/mail.xml Mon Apr 27 13:07:33 2009
@@ -136,6 +136,31 @@
 subscribed to one list and not to the other. Therefore, some people will 
 only see part of the conversation. </p>
     </section>
+	<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:server-user-unsubscribe@james.apache.org&gt;
+        List-Help: &lt;mailto:server-user-help@james.apache.org&gt;
+        List-Post: &lt;mailto:server-user@james.apache.org&gt;
+        List-Id: "James Server Users List" &lt;server-user.james.apache.org&gt;
+        Reply-To: "James Server Users List" &lt;server-user@james.apache.org&gt;
+        Delivered-To: mailing list server-user@james.apache.org
+        ...
+        Return-Path: server-user-return-12345-<i>john=host.domain</i>@james.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>server-dev-unsubscribe-john=host.domain@james.apache.org</pre>
+          or to  <pre>server-user-unsubscribe-john=host.domain@james.apache.org</pre>.
+        </p>  
+      </subsection>
+    </section>
     <section name="Archives">
       <p> There are several sites on the net that archive and 
 provide searching for our mailing lists in HTML readable format.
@@ -256,5 +281,6 @@
         <p> This is the public list for the Mailet API subproject, discussing all <a href="http://james.apache.org/mailet/index.html">Mailet API</a> design and implementation related topics. Questions about using Mailets and their configuration should be addressed to the server-user list.</p>
       </subsection>
     </section>
+	
   </body>
 </document>



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


Re: svn commit: r768965 - /james/project/trunk/project/src/site/xdoc/mail.xml

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Mon, Apr 27, 2009 at 2:07 PM,  <da...@apache.org> wrote:
> Author: danny
> Date: Mon Apr 27 13:07:33 2009
> New Revision: 768965
>
> URL: http://svn.apache.org/viewvc?rev=768965&view=rev
> Log:
> instructions for un-subscribing shamelessly ripped off from Ant's mail.xml

but shurely no one would ever want to un-subscribe from our wondeful lists ;-)

- robert

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