You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2006/06/15 11:33:12 UTC

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

Author: jhm
Date: Thu Jun 15 02:33:11 2006
New Revision: 414520

URL: http://svn.apache.org/viewvc?rev=414520&view=rev
Log:
Add a note about unsubscribe from the mailinglist.

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=414520&r1=414519&r2=414520&view=diff
==============================================================================
--- ant/core/trunk/docs/mail.html (original)
+++ ant/core/trunk/docs/mail.html Thu Jun 15 02:33:11 2006
@@ -185,6 +185,32 @@
           <li><a href="http://ant.apache.org/mail/">Full mbox archives of all lists</a></li>
           <li><a href="http://marc.theaimsgroup.com/">Mailing list Archives</a></li>
         </ul>
+                                <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>.
+      But <a href="http://marc.theaimsgroup.com/?l=ant-user&amp;m=115020655600019&amp;w=2">several times</a>
+      there were problems with unsubscribing from a mailinglist. The problem is that you use another
+      email adress for unsubscribing than for subscribing and ezmlm could not find that adress for
+      deleting from the list. So you have to find out, to which concrete email adress ezmlm is sending
+      the mail. This is visible in the email headers (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-<i>12345-Jan.Materne=me.acme.com</i>@ant.apache.org
+      ...
+      </pre>
+      As you can see, you'll get the help information with each mail, too.
+      But more important is the <i>Return-Path</i>. If you change "return" into "unsubscribe" and you send 
+      an  email to that adress (<tt>user-unsubscribe-12345-Jan.Materne=me.acme.com@ant.apache.org</tt>) 
+      this  will unsubscribe you. 
+      </p>
                                       <h4 class="subsection">
         <a name="User List"></a>
         User List

Modified: ant/core/trunk/xdocs/mail.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/mail.xml?rev=414520&r1=414519&r2=414520&view=diff
==============================================================================
--- ant/core/trunk/xdocs/mail.xml (original)
+++ ant/core/trunk/xdocs/mail.xml Thu Jun 15 02:33:11 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-   Copyright 2002-2004 The Apache Software Foundation
+   Copyright 2002-2004, 2006 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -44,6 +44,35 @@
           <li><a href="http://marc.theaimsgroup.com/">Mailing list Archives</a></li>
         </ul>
 
+
+      <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>.
+      But <a href="http://marc.theaimsgroup.com/?l=ant-user&amp;m=115020655600019&amp;w=2">several times</a>
+      there were problems with unsubscribing from a mailinglist. The problem is that you use another
+      email adress for unsubscribing than for subscribing and ezmlm could not find that adress for
+      deleting from the list. So you have to find out, to which concrete email adress ezmlm is sending
+      the mail. This is visible in the email headers (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-<i>12345-Jan.Materne=me.acme.com</i>@ant.apache.org
+      ...
+      </pre>
+      As you can see, you'll get the help information with each mail, too.
+      But more important is the <i>Return-Path</i>. If you change "return" into "unsubscribe" and you send 
+      an  email to that adress (<tt>user-unsubscribe-12345-Jan.Materne=me.acme.com@ant.apache.org</tt>) 
+      this  will unsubscribe you. 
+      </p>
+
+
       <subsection name="User List">
         <p>
           <b>High Traffic</b>
@@ -79,4 +108,4 @@
     </section>
 
   </body>
-</document>
+</document>
\ No newline at end of file



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


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

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Thanks Stefan and Jan.

Regards,

Antoine
-------- Original-Nachricht --------
Datum: Thu, 15 Jun 2006 18:11:23 +0200
Von: Stefan Bodewig <bo...@apache.org>
An: dev@ant.apache.org
Betreff: Re: svn commit: r414520 - in /ant/core/trunk: docs/mail.html xdocs/mail.xml

> site has been updated
> 
> Stefan
> 

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


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

Posted by Stefan Bodewig <bo...@apache.org>.
site has been updated

Stefan

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


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

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Hello Jan,

well done :-)

I do not have ssh access now. Can someone push the change of Jan on the ant.apache.org web site ? 

Regards,

Antoine
-------- Original-Nachricht --------
Datum: Thu, 15 Jun 2006 09:33:12 -0000
Von: jhm@apache.org
An: ant-cvs@apache.org
Betreff: svn commit: r414520 - in /ant/core/trunk: docs/mail.html xdocs/mail.xml

> Author: jhm
> Date: Thu Jun 15 02:33:11 2006
> New Revision: 414520
> 
> URL: http://svn.apache.org/viewvc?rev=414520&view=rev
> Log:
> Add a note about unsubscribe from the mailinglist.
> 
> 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=414520&r1=414519&r2=414520&view=diff
> ==============================================================================
> --- ant/core/trunk/docs/mail.html (original)
> +++ ant/core/trunk/docs/mail.html Thu Jun 15 02:33:11 2006
> @@ -185,6 +185,32 @@
>            <li><a href="http://ant.apache.org/mail/">Full mbox archives of
> all lists</a></li>
>            <li><a href="http://marc.theaimsgroup.com/">Mailing list
> Archives</a></li>
>          </ul>
> +                                <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>.
> +      But <a
> href="http://marc.theaimsgroup.com/?l=ant-user&m=115020655600019&w=2">several times</a>
> +      there were problems with unsubscribing from a mailinglist. The
> problem is that you use another
> +      email adress for unsubscribing than for subscribing and ezmlm could
> not find that adress for
> +      deleting from the list. So you have to find out, to which concrete
> email adress ezmlm is sending
> +      the mail. This is visible in the email headers (in Microsoft
> Outlook via the messages menu
> +      "View | Options").
> +      <pre>
> +      Microsoft Mail Internet Headers Version 2.0
> +      ...
> +      List-Unsubscribe: <ma...@ant.apache.org>
> +      List-Help: <ma...@ant.apache.org>
> +      List-Post: <ma...@ant.apache.org>
> +      List-Id: "Ant Users List" <user.ant.apache.org>
> +      Reply-To: "Ant Users List" <us...@ant.apache.org>
> +      Delivered-To: mailing list user@ant.apache.org
> +      ...
> +      Return-Path:
> user-return-<i>12345-Jan.Materne=me.acme.com</i>@ant.apache.org
> +      ...
> +      </pre>
> +      As you can see, you'll get the help information with each mail,
> too.
> +      But more important is the <i>Return-Path</i>. If you change
> "return" into "unsubscribe" and you send 
> +      an  email to that adress
> (<tt>user-unsubscribe-12345-Jan.Materne=me.acme.com@ant.apache.org</tt>) 
> +      this  will unsubscribe you. 
> +      </p>
>                                        <h4 class="subsection">
>          <a name="User List"></a>
>          User List
> 
> Modified: ant/core/trunk/xdocs/mail.xml
> URL:
> http://svn.apache.org/viewvc/ant/core/trunk/xdocs/mail.xml?rev=414520&r1=414519&r2=414520&view=diff
> ==============================================================================
> --- ant/core/trunk/xdocs/mail.xml (original)
> +++ ant/core/trunk/xdocs/mail.xml Thu Jun 15 02:33:11 2006
> @@ -1,6 +1,6 @@
>  <?xml version="1.0"?>
>  <!--
> -   Copyright 2002-2004 The Apache Software Foundation
> +   Copyright 2002-2004, 2006 The Apache Software Foundation
>  
>     Licensed under the Apache License, Version 2.0 (the "License");
>     you may not use this file except in compliance with the License.
> @@ -44,6 +44,35 @@
>            <li><a href="http://marc.theaimsgroup.com/">Mailing list
> Archives</a></li>
>          </ul>
>  
> +
> +      <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>.
> +      But <a
> href="http://marc.theaimsgroup.com/?l=ant-user&amp;m=115020655600019&amp;w=2">several times</a>
> +      there were problems with unsubscribing from a mailinglist. The
> problem is that you use another
> +      email adress for unsubscribing than for subscribing and ezmlm could
> not find that adress for
> +      deleting from the list. So you have to find out, to which concrete
> email adress ezmlm is sending
> +      the mail. This is visible in the email headers (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-<i>12345-Jan.Materne=me.acme.com</i>@ant.apache.org
> +      ...
> +      </pre>
> +      As you can see, you'll get the help information with each mail,
> too.
> +      But more important is the <i>Return-Path</i>. If you change
> "return" into "unsubscribe" and you send 
> +      an  email to that adress
> (<tt>user-unsubscribe-12345-Jan.Materne=me.acme.com@ant.apache.org</tt>) 
> +      this  will unsubscribe you. 
> +      </p>
> +
> +
>        <subsection name="User List">
>          <p>
>            <b>High Traffic</b>
> @@ -79,4 +108,4 @@
>      </section>
>  
>    </body>
> -</document>
> +</document>
> \ No newline at end of file
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
</textarea></div><div class="form slim" style="margin: 0 0 2px;"><table cellspacing="0" summary="" style="background: url(mailprint/signatur.gif) no-repeat; color: #244E7E; width: 100%;"><tr><th scope="col" style="padding-left: 45px;"><label for="signature">Signatur</label></th></tr><tr><td style="padding-left: 45px;"><textarea id="signature" name="signature" class="signatureNew" rows="4" cols="69" style="border: 1px solid #A5ACB2; width: 554px; height: 84px;" tabindex="7"></textarea></td></tr></table></div><div class="form slim" style="margin: 0 0 2px;"><table cellspacing="0" summary="" style="background: url(mailprint/visitenkarte.gif) no-repeat; color: #244E7E; width: 100%;"><tr><td style="padding-left: 45px;"><input type="checkbox" id="vcard" name="vcard" value="true" /> <label for="vcard">Meine Visitenkarte anfügen</label></td><td style="text-align: right; padding-left: 45px;"><script type="text/javascript"><!--
	            document.writeln('<a href="#" onclick="document.mailform.editvcard.value = 1; document.mailform.submit(); return false;">Visitenkarte bearbeiten<\/a>');
	          --></script><noscript><input type="submit" name="buttonEditVCard" value="Visitenkarte bearbeiten" /></noscript></td></tr></table></div><div class="form slim" style="margin: 0 0 2px;"><table cellspacing="0" summary="" style="background: url(mailprint/attachment.gif) no-repeat; color: #244E7E; width: 100%;"><tr><th style="padding-left: 45px;" colspan="2" scope="col">Dateianhänge zur E-Mail</th></tr><tr><td style="padding-left: 45px;" colspan="2"><span>Wählen Sie eine Datei von Ihrem PC oder aus Ihrem </span><a href="http://service.gmx.net/de/cgi/nodfs?CUSTOMERNO=22961642&t=de469537842.1150379890.235e913c" onclick="gmx_mediacenter('http://service.gmx.net/de/cgi/filestore?CUSTOMERNO=22961642&t=de469537842.1150379890.235e913c&DFSATTACH=1'); return false;">MediaCenter</a></td></tr><tr><td style="padding-left: 45px;" colspan="2"><label for="attfile">Datei:</label><input type="file" name="attfile" id="attfile" maxlength="255" value="" size="35" /><input type="submit" name=
 "buttonAttachmentUpload" value="Datei hinzufügen" /></td></tr></table></div><div class="form-control" style="margin: 10px 0 0 0;"><input type="submit" name="ButtonSaveoutbox" value="Entwurf speichern" /><input type="submit" class="action" name="buttonSendMail" tabindex="8" value="senden" /><div style="margin: 10px 0 0 0;"><input type="checkbox" name="savemail" id="savemail" value="true" checked="checked" /><label for="savemail">speichern</label></div></div></form><script type="text/javascript"><!--
			  document.getElementById('to').focus();
			--></script></div></div></div><div id="content-end"></div></div><div id="footer"><div>      ©2006 <a href="http://www.gmx.net/?CUSTOMERNO=22961642&t=de469537842.1150379890.235e913c"><strong>GMX</strong></a> | <a href="http://www.gmx.net/de/unternehmen?CUSTOMERNO=22961642&t=de469537842.1150379890.235e913c" target="_blank">Über GMX</a> | <a href="http://www.gmx.net/de/impressum/?CUSTOMERNO=22961642&t=de469537842.1150379890.235e913c" target="_blank">Impressum</a> | <a href="http://www.gmx.net/de/unternehmen/presse?CUSTOMERNO=22961642&t=de469537842.1150379890.235e913c" target="_blank">Presse</a> | <a href="http://www.gmx.net/de/unternehmen/karriere?CUSTOMERNO=22961642&t=de469537842.1150379890.235e913c" target="_blank">Karriere</a> | <a href="http://media.gmx.net/" target="_blank">Werben auf GMX</a>      </div></div><script src="http://www.gmx.net/static/js/callPortal.js" type="text/javascript"></script></body></html>

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