1 <?xml version="1.0" encoding="UTF-8"?>
3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
6 <xsl:import href="../wrapper.xsl"/>
7 <xsl:template match="/"> <xsl:apply-imports/> </xsl:template>
9 <xsl:variable name="docroot" select="'.'"/>
12 <xsl:variable name="html.head.title" select="'Mailing lists for Exim'"/>
15 <xsl:variable name="html.head.append">
16 <link rel="canonical" href="https://www.exim.org/maillist.html"/>
20 <xsl:template name="content">
24 <xsl:value-of select="$html.head.title"/>
30 <a href="https://lists.exim.org/mailman/listinfo/exim-announce">exim-announce</a><br/>
31 <xsl:text>A low volume moderated list consisting of announcements only of things of interest to Exim users (typically new releases). There is an </xsl:text>
32 <a href="https://lists.exim.org/lurker/list/exim-announce.html">archive</a>
33 <xsl:text> of messages since July 1999.</xsl:text>
36 <a href="https://lists.exim.org/mailman/listinfo/exim-dev">exim-dev</a><br/>
37 <xsl:text>A list dedicated to the ongoing development process for Exim. It is not the grown-up version of the users list. There are searchable </xsl:text>
38 <a href="https://lists.exim.org/lurker/list/exim-dev.html">archives</a>
39 <xsl:text> covering postings back to 2004.</xsl:text>
42 <a href="https://lists.exim.org/mailman/listinfo/exim-users">exim-users</a><br/>
43 <xsl:text>A discussion list about Exim covering use and development of the software. This also has a searchable </xsl:text>
44 <a href="https://lists.exim.org/lurker/list/exim-users.html">archive</a>
45 <xsl:text> covering postings back to 1996. Please have the courtesy to check the list before posting basic queries, the </xsl:text>
46 <a href="{$docroot}/exim-html-4.40/doc/html/FAQ.html">FAQ</a>
47 <xsl:text> also covers many things that get asked regularly on the list</xsl:text>