You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

mail.xml 4.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2002-2004, 2006 The Apache Software Foundation
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <document>
  15. <properties>
  16. <title>Mailing Lists</title>
  17. <author email="">Apache Ant PMC</author>
  18. </properties>
  19. <body>
  20. <section name="Mailing Lists">
  21. <p>Please read the <a
  22. href="http://jakarta.apache.org/site/mail.html">guidelines of
  23. the Jakarta Project</a> before subscribing and posting to any of
  24. the lists below. They apply to Ant's lists as well.</p>
  25. <p>The user and dev list are subscriber only lists, this means
  26. you have to subscribe before you can post to the list. Please
  27. note that any HTML parts sent to the lists will be removed by our
  28. mailing list software - you shouldn&apos;t be sending HTML mails
  29. anyway.</p>
  30. <p>These lists are archived at</p>
  31. <ul>
  32. <li><a href="http://mail-archives.apache.org/eyebrowse/ViewLists">List Index on mail-archives.apache.org</a></li>
  33. <li><a href="http://ant.apache.org/mail/">Full mbox archives of all lists</a></li>
  34. <li><a href="http://marc.theaimsgroup.com/">Mailing list Archives</a></li>
  35. </ul>
  36. <p>To subscribe to a mailinglist use the links below. In your first email you will get some
  37. information about working with the list manager <a href="http://www.ezmlm.org/">EZMLM</a>.
  38. But <a href="http://marc.theaimsgroup.com/?l=ant-user&amp;m=115020655600019&amp;w=2">several times</a>
  39. there were problems with unsubscribing from a mailinglist. The problem is that you use another
  40. email adress for unsubscribing than for subscribing and ezmlm could not find that adress for
  41. deleting from the list. So you have to find out, to which concrete email adress ezmlm is sending
  42. the mail. This is visible in the email headers (in Microsoft Outlook via the messages menu
  43. "View | Options").
  44. <pre>
  45. Microsoft Mail Internet Headers Version 2.0
  46. ...
  47. List-Unsubscribe: &lt;mailto:user-unsubscribe@ant.apache.org&gt;
  48. List-Help: &lt;mailto:user-help@ant.apache.org&gt;
  49. List-Post: &lt;mailto:user@ant.apache.org&gt;
  50. List-Id: "Ant Users List" &lt;user.ant.apache.org&gt;
  51. Reply-To: "Ant Users List" &lt;user@ant.apache.org&gt;
  52. Delivered-To: mailing list user@ant.apache.org
  53. ...
  54. Return-Path: user-return-<i>12345-Jan.Materne=me.acme.com</i>@ant.apache.org
  55. ...
  56. </pre>
  57. As you can see, you'll get the help information with each mail, too.
  58. But more important is the <i>Return-Path</i>. If you change "return" into "unsubscribe" and you send
  59. an email to that adress (<tt>user-unsubscribe-12345-Jan.Materne=me.acme.com@ant.apache.org</tt>)
  60. this will unsubscribe you.
  61. </p>
  62. <subsection name="User List">
  63. <p>
  64. <b>High Traffic</b>
  65. <a href="mailto:user-subscribe@ant.apache.org">Subscribe</a>
  66. <a href="mailto:user-unsubscribe@ant.apache.org">Unsubscribe</a>
  67. <!--
  68. <a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=user@ant.apache.org">Archive</a>
  69. -->
  70. <a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Archive</a>
  71. </p>
  72. <p>This list is for developers that are using Ant in their own
  73. projects to ask questions, share knowledge, and discuss issues
  74. related to using Ant as a build tool.</p>
  75. </subsection>
  76. <subsection name="Developer List">
  77. <p>
  78. <b>High Traffic</b>
  79. <a href="mailto:dev-subscribe@ant.apache.org">Subscribe</a>
  80. <a href="mailto:dev-unsubscribe@ant.apache.org">Unsubscribe</a>
  81. <!--
  82. <a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=dev@ant.apache.org">Archive</a>
  83. -->
  84. <a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Archive</a>
  85. </p>
  86. <p>This is the list where participating developers of the Ant
  87. build tool meet and discuss issues, code changes/additions,
  88. etc. Subscribers to this list get notices of each and every
  89. code change, build results, testing notices, etc.</p>
  90. </subsection>
  91. </section>
  92. </body>
  93. </document>