Gitweb:
http://git.exim.org/exim-website.git/commitdiff/a226adde89ecd1f54485befefc067d0ff98dd893
Commit: a226adde89ecd1f54485befefc067d0ff98dd893
Parent: b24c6fc7166adff432821a2b0452e48d1c6a84d5
Author: Nigel Metheringham <nigel.metheringham@???>
AuthorDate: Sun Apr 24 16:28:56 2011 +0100
Committer: Nigel Metheringham <nigel.metheringham@???>
CommitDate: Sun Apr 24 16:28:56 2011 +0100
Change mailing lists to be https
---
templates/web/maillist.xsl | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/templates/web/maillist.xsl b/templates/web/maillist.xsl
index d539f54..0156a8f 100644
--- a/templates/web/maillist.xsl
+++ b/templates/web/maillist.xsl
@@ -27,21 +27,21 @@
<!-- Lists -->
<ul>
<li>
- <a href="http://lists.exim.org/mailman/listinfo/exim-announce">exim-announce</a><br/>
+ <a href="https://lists.exim.org/mailman/listinfo/exim-announce">exim-announce</a><br/>
<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>
- <a href="http://lists.exim.org/lurker/list/exim-announce.html">archive</a>
+ <a href="https://lists.exim.org/lurker/list/exim-announce.html">archive</a>
<xsl:text> of messages since July 1999.</xsl:text>
</li>
<li>
- <a href="http://lists.exim.org/mailman/listinfo/exim-dev">exim-dev</a><br/>
+ <a href="https://lists.exim.org/mailman/listinfo/exim-dev">exim-dev</a><br/>
<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>
- <a href="http://lists.exim.org/lurker/list/exim-dev.html">archives</a>
+ <a href="https://lists.exim.org/lurker/list/exim-dev.html">archives</a>
<xsl:text> covering postings back to 2004.</xsl:text>
</li>
<li>
- <a href="http://lists.exim.org/mailman/listinfo/exim-users">exim-users</a><br/>
+ <a href="https://lists.exim.org/mailman/listinfo/exim-users">exim-users</a><br/>
<xsl:text>A discussion list about Exim covering use and development of the software. This also has a searchable </xsl:text>
- <a href="http://lists.exim.org/lurker/list/exim-users.html">archive</a>
+ <a href="https://lists.exim.org/lurker/list/exim-users.html">archive</a>
<xsl:text> covering postings back to 1996. Please have the courtesy to check the list before posting basic queries, the </xsl:text>
<a href="{$docroot}/exim-html-4.40/doc/html/FAQ.html">FAQ</a>
<xsl:text> also covers many things that get asked regularly on the list</xsl:text>