|
- <?xml version="1.0"?>
- <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
- <document>
-
- <properties>
- <title>Mailing Lists</title>
- <author email="">Apache Ant PMC</author>
- </properties>
-
- <body>
-
- <section name="Mailing Lists">
-
- <p>Please read the <a
- href="http://jakarta.apache.org/site/mail.html">guidelines of
- the Jakarta Project</a> before subscribing and posting to any of
- the lists below. They apply to Ant's lists as well.</p>
-
- <p>The user and dev list are subscriber only lists, this means
- you have to subscribe before you can post to the list. Please
- note that any HTML parts sent to the lists will be removed by our
- mailing list software - you shouldn't be sending HTML mails
- anyway.</p>
-
- <p>These lists are archived at</p>
-
- <ul>
- <li><a href="http://mail-archives.apache.org/eyebrowse/ViewLists">List Index on mail-archives.apache.org</a></li>
- <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>.</p>
-
- <subsection name="User List">
- <p>
- <b>High Traffic</b>
- <a href="mailto:user-subscribe@ant.apache.org">Subscribe</a>
- <a href="mailto:user-unsubscribe@ant.apache.org">Unsubscribe</a>
- <!--
- <a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=user@ant.apache.org">Archive</a>
- -->
- <a href="http://marc.theaimsgroup.com/?l=ant-user&r=1&w=2">Archive</a>
- </p>
-
- <p>This list is for developers that are using Ant in their own
- projects to ask questions, share knowledge, and discuss issues
- related to using Ant as a build tool.</p>
- </subsection>
-
- <subsection name="Developer List">
- <p>
- <b>High Traffic</b>
- <a href="mailto:dev-subscribe@ant.apache.org">Subscribe</a>
- <a href="mailto:dev-unsubscribe@ant.apache.org">Unsubscribe</a>
- <!--
- <a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=dev@ant.apache.org">Archive</a>
- -->
- <a href="http://marc.theaimsgroup.com/?l=ant-dev&r=1&w=2">Archive</a>
- </p>
-
- <p>This is the list where participating developers of the Ant
- 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: <mailto:user-unsubscribe@ant.apache.org>
- List-Help: <mailto:user-help@ant.apache.org>
- List-Post: <mailto:user@ant.apache.org>
- List-Id: "Ant Users List" <user.ant.apache.org>
- Reply-To: "Ant Users List" <user@ant.apache.org>
- 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>
-
- </body>
- </document>
|