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.5 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>.</p>
  38. <subsection name="User List">
  39. <p>
  40. <b>High Traffic</b>
  41. <a href="mailto:user-subscribe@ant.apache.org">Subscribe</a>
  42. <a href="mailto:user-unsubscribe@ant.apache.org">Unsubscribe</a>
  43. <!--
  44. <a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=user@ant.apache.org">Archive</a>
  45. -->
  46. <a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Archive</a>
  47. </p>
  48. <p>This list is for developers that are using Ant in their own
  49. projects to ask questions, share knowledge, and discuss issues
  50. related to using Ant as a build tool.</p>
  51. </subsection>
  52. <subsection name="Developer List">
  53. <p>
  54. <b>High Traffic</b>
  55. <a href="mailto:dev-subscribe@ant.apache.org">Subscribe</a>
  56. <a href="mailto:dev-unsubscribe@ant.apache.org">Unsubscribe</a>
  57. <!--
  58. <a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=dev@ant.apache.org">Archive</a>
  59. -->
  60. <a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Archive</a>
  61. </p>
  62. <p>This is the list where participating developers of the Ant
  63. build tool meet and discuss issues, code changes/additions,
  64. etc. Subscribers to this list get notices of each and every
  65. code change, build results, testing notices, etc.</p>
  66. </subsection>
  67. <subsection name="How to unsubscribe your old email address">
  68. <p>
  69. First, find out the particular email adress to which ezmlm is sending.
  70. The email headers are visible in Microsoft Outlook via the messages menu
  71. "View | Options".
  72. <pre>
  73. Microsoft Mail Internet Headers Version 2.0
  74. ...
  75. List-Unsubscribe: &lt;mailto:user-unsubscribe@ant.apache.org&gt;
  76. List-Help: &lt;mailto:user-help@ant.apache.org&gt;
  77. List-Post: &lt;mailto:user@ant.apache.org&gt;
  78. List-Id: "Ant Users List" &lt;user.ant.apache.org&gt;
  79. Reply-To: "Ant Users List" &lt;user@ant.apache.org&gt;
  80. Delivered-To: mailing list user@ant.apache.org
  81. ...
  82. Return-Path: user-return-12345-<i>john=host.domain</i>@ant.apache.org
  83. ...
  84. </pre>
  85. The <i>Return-Path</i> header contains the email address which is subscribed.
  86. </p>
  87. <p> To stop subscription for the address john@host.domain , send an email to <pre>dev-unsubscribe-john=host.domain@ant.apache.org</pre>
  88. or to <pre>user-unsubscribe-john=host.domain@ant.apache.org</pre>.
  89. </p>
  90. </subsection>
  91. </section>
  92. </body>
  93. </document>