You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2019/07/12 02:48:43 UTC

svn commit: r1862943 - in /spamassassin/site: doap.rdf doc.html downloads.cgi downloads.html gtube.html gtube/index.html index.html news.html

Author: sidney
Date: Fri Jul 12 02:48:43 2019
New Revision: 1862943

URL: http://svn.apache.org/viewvc?rev=1862943&view=rev
Log:
change http links to https, fix a few dead links, remove old http google analytics code

Modified:
    spamassassin/site/doap.rdf
    spamassassin/site/doc.html
    spamassassin/site/downloads.cgi
    spamassassin/site/downloads.html
    spamassassin/site/gtube.html
    spamassassin/site/gtube/index.html
    spamassassin/site/index.html
    spamassassin/site/news.html

Modified: spamassassin/site/doap.rdf
URL: http://svn.apache.org/viewvc/spamassassin/site/doap.rdf?rev=1862943&r1=1862942&r2=1862943&view=diff
==============================================================================
--- spamassassin/site/doap.rdf (original)
+++ spamassassin/site/doap.rdf Fri Jul 12 02:48:43 2019
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="iso-8859-15"?>
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/" xml:lang="en" xmlns:asfext="http://projects.apache.org/ns/asfext#">
-  <doap:Project rdf:about="http://spamassassin.apache.org/">
+  <doap:Project rdf:about="https://spamassassin.apache.org/">
     <doap:name>Apache SpamAssassin</doap:name>
-    <doap:homepage rdf:resource="http://spamassassin.apache.org/"/>
+    <doap:homepage rdf:resource="https://spamassassin.apache.org/"/>
     <doap:created>2001-04-20</doap:created>
     <doap:description xml:lang="en">Apache SpamAssassin is an extensible email filter which is used to identify spam. Using its rule base, it uses a wide range of advanced heuristic and statistical analysis tests on mail headers and body text to identify &quot;spam&quot;, also known as unsolicited bulk email. Once identified, the mail can then be optionally tagged as spam for later filtering. It provides a command line tool to perform filtering, a client-server system to filter large volumes of mail, and Mail::SpamAssassin, a set of Perl modules.</doap:description>
     <doap:shortdesc xml:lang="en">Apache SpamAssassin is an email filter used to identify spam</doap:shortdesc>
     <doap:wiki rdf:resource="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/"/>
-    <doap:bug-database rdf:resource="https://bz.apache.org/SpamAssassin/"/>
-    <doap:mailing-list rdf:resource="http://news.gmane.org/thread.php?group=gmane.mail.spam.spamassassin.general"/>
+    <doap:bug-database rdf:resource="https://issues.apache.org/SpamAssassin/"/>
+    <doap:mailing-list rdf:resource="https://news.gmane.org/thread.php?group=gmane.mail.spam.spamassassin.general"/>
     <doap:programming-language>Perl</doap:programming-language>
     <doap:programming-language>C</doap:programming-language>
-    <doap:license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
-    <doap:download-page rdf:resource="http://spamassassin.apache.org/downloads.html"/>
-    <asfext:pmc rdf:resource="http://spamassassin.apache.org/" />
-    <doap:category rdf:resource="http://projects.apache.org/category/mail" />
+    <doap:license rdf:resource="https://spdx.org/licenses/Apache-2.0"/>
+    <doap:download-page rdf:resource="https://spamassassin.apache.org/downloads.html"/>
+    <asfext:pmc rdf:resource="https://spamassassin.apache.org/" />
+    <doap:category rdf:resource="https://projects.apache.org/category/mail" />
     <doap:maintainer>
       <foaf:Person>
         <foaf:name>Development Mailing List at SpamAssassin.apache.org</foaf:name>
@@ -23,10 +23,9 @@
     </doap:maintainer>
     <doap:repository>
       <doap:SVNRepository>
-        <doap:browse rdf:resource="http://svn.apache.org/viewcvs.cgi/spamassassin/trunk/?root=Apache-SVN"/>
-        <doap:location rdf:resource="http://svn.apache.org/repos/asf/spamassassin/trunk"/>
+        <doap:browse rdf:resource="https://svn.apache.org/viewcvs.cgi/spamassassin/trunk/?root=Apache-SVN"/>
+        <doap:location rdf:resource="https://svn.apache.org/repos/asf/spamassassin/trunk"/>
       </doap:SVNRepository>
     </doap:repository>
   </doap:Project>
-  <rdf:Description rdf:about=""> <admin:generatorAgent rdf:resource="http://www.bonjourlesmouettes.org/doap-a-matic.php"/> </rdf:Description>
 </rdf:RDF>

Modified: spamassassin/site/doc.html
URL: http://svn.apache.org/viewvc/spamassassin/site/doc.html?rev=1862943&r1=1862942&r2=1862943&view=diff
==============================================================================
--- spamassassin/site/doc.html (original)
+++ spamassassin/site/doc.html Fri Jul 12 02:48:43 2019
@@ -6,7 +6,7 @@
     </title>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     <link rel="shortcut icon" href="/images/favicon.ico" />
-    <link rel="alternate" type="application/atom+xml" title="Announcements Atom Feed" href="http://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom" />
+    <link rel="alternate" type="application/atom+xml" title="Announcements Atom Feed" href="https://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom" />
     <style type="text/css" media="all">
       body {
        background-color: #fff;
@@ -99,7 +99,7 @@
                     &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/">Wiki</a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">Download</a>&nbsp;
+                    &nbsp;<a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">Download</a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
                     &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/FrequentlyAskedQuestions">FAQ <font size="-2">
@@ -117,13 +117,13 @@
 </a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a target="_blank" href="http://issues.apache.org/SpamAssassin/">Bugs <font size="-2">
+                    &nbsp;<a target="_blank" href="https://issues.apache.org/SpamAssassin/">Bugs <font size="-2">
                       (Bugzilla)
                     </font>
 </a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a target="_blank" href="http://svn.apache.org/repos/asf/spamassassin/trunk/CREDITS">Credits <font size="-2">
+                    &nbsp;<a target="_blank" href="https://svn.apache.org/repos/asf/spamassassin/trunk/CREDITS">Credits <font size="-2">
                       (SVN)
                     </font>
 </a>&nbsp;
@@ -147,23 +147,23 @@
         <div style="padding: 50px;">
       <a name="title" id="title"><h1>Documentation</h1></a><ul>
         <li>
-          <a href="http://svn.apache.org/repos/asf/spamassassin/branches/3.4/README">Top-level README file</a>.
+          <a href="https://svn.apache.org/repos/asf/spamassassin/branches/3.4/README">Top-level README file</a>.
           
         </li>
         <li>
-          <a href="http://svn.apache.org/repos/asf/spamassassin/branches/3.4/INSTALL">Top-level INSTALL file</a>, for notes on how to install.
+          <a href="https://svn.apache.org/repos/asf/spamassassin/branches/3.4/INSTALL">Top-level INSTALL file</a>, for notes on how to install.
           
         </li>
         <li>
-          <a href="http://svn.apache.org/repos/asf/spamassassin/branches/3.4/UPGRADE">Top-level UPGRADE file</a>, for notes on how to upgrade.
+          <a href="https://svn.apache.org/repos/asf/spamassassin/branches/3.4/UPGRADE">Top-level UPGRADE file</a>, for notes on how to upgrade.
           
         </li>
         <li>
-          <a href="http://svn.apache.org/repos/asf/spamassassin/branches/3.4/spamd/README">README for the 'spamd' daemon</a>.
+          <a href="https://svn.apache.org/repos/asf/spamassassin/branches/3.4/spamd/README">README for the 'spamd' daemon</a>.
           
         </li>
         <li>
-          <a href="http://svn.apache.org/repos/asf/spamassassin/branches/3.4/sql/README">README for SQL user preferences</a>.
+          <a href="https://svn.apache.org/repos/asf/spamassassin/branches/3.4/sql/README">README for SQL user preferences</a>.
           
         </li>
         <li>
@@ -181,7 +181,7 @@
           </p>
         </li>
         <li>
-          The <a href="http://spamassassin.apache.org/doc/Mail_SpamAssassin_Conf.html">Mail::SpamAssassin::Conf</a> POD documentation describes the configuration commands that SpamAssassin accepts.
+          The <a href="https://spamassassin.apache.org/doc/Mail_SpamAssassin_Conf.html">Mail::SpamAssassin::Conf</a> POD documentation describes the configuration commands that SpamAssassin accepts.
           
         </li>
       </ul>
@@ -218,18 +218,18 @@
       </p>
       <a name="Walk_throughs_and_How_To_s" id="Walk_throughs_and_How_To_s"><h2>Walk-throughs and How-To's</h2></a><ul>
         <li>
-          <a href="http://www.spamtips.org/p/about-spamtipsorg.html">http://www.spamtips.org/p/about-spamtipsorg.html</a> - Configuration tips
+          <a href="https://www.spamtips.org/p/about-spamtipsorg.html">https://www.spamtips.org/p/about-spamtipsorg.html</a> - Configuration tips
           and tricks to maximize the effectiveness of SpamAssassin.
           
         </li>
         <li>
-          <a href="http://www.pccc.com/downloads/SpamAssassin">http://www.pccc.com/downloads/SpamAssassin</a> - Notes for setting up a
+          <a href="https://www.pccc.com/downloads/SpamAssassin">https://www.pccc.com/downloads/SpamAssassin</a> - Notes for setting up a
           stable RedHat/CentOS mail server with SpamAssassin.
           
         </li>
         <li>
           <p>
-            <a href="http://codesorcery.net/old/docs/spamtricks.html">http://codesorcery.net/old/docs/spamtricks.html</a> - Some notes on using
+            <a href="https://codesorcery.net/old/docs/spamtricks.html">https://codesorcery.net/old/docs/spamtricks.html</a> - Some notes on using
             SpamAssassin with Mutt, by Justin R. Miller.
             
           </p>
@@ -251,16 +251,16 @@
           <table class="navibar" cellpadding="0" cellspacing="3" border="0">
             <tr>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/">Apache Software Foundation Home</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/">Apache Software Foundation Home</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/licenses/">License</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/licenses/">License</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/foundation/thanks.html">Thanks</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
                 &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/SecurityPolicy">Security</a>&nbsp;
@@ -276,7 +276,7 @@
         <td valign="top">
           <p>
             <div align="left" style="padding:5px">
-               <a href="http://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
+               <a href="https://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
             </div>
           </p>
         </td>
@@ -292,26 +292,5 @@
     </table>
     <br />
 
-<a style="display: none" href=mailto:melschiphus4@pccc.com></a>
-<!--
-melschiphus1@pccc.com
-<a href=mailto:melschiphus2@pccc.com>melschiphus3@pccc.com</a>
-melschiphus4@pccc.com
--->
-
-
-<!-- analytics -->
-    <!--etsafe-->
-        <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-      
-    </script>
-    <script type="text/javascript">
-      
-      _uacct = "UA-2299573-1";
-      urchinTracker();
-      
-    </script>
-<!--/etsafe-->
-    <!-- /analytics -->
-      </body>
+</body>
 </html>

Modified: spamassassin/site/downloads.cgi
URL: http://svn.apache.org/viewvc/spamassassin/site/downloads.cgi?rev=1862943&r1=1862942&r2=1862943&view=diff
==============================================================================
--- spamassassin/site/downloads.cgi (original)
+++ spamassassin/site/downloads.cgi Fri Jul 12 02:48:43 2019
@@ -1,5 +1,5 @@
 #!/bin/sh
 cd /www/www.apache.org/dyn/mirrors
 exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
-# cf. http://cvs.apache.org/~bodewig/mirror.html,
-# http://www.apache.org/dev/mirrors.html
+# cf. https://cvs.apache.org/~bodewig/mirror.html,
+# https://www.apache.org/dev/mirrors.html

Modified: spamassassin/site/downloads.html
URL: http://svn.apache.org/viewvc/spamassassin/site/downloads.html?rev=1862943&r1=1862942&r2=1862943&view=diff
==============================================================================
--- spamassassin/site/downloads.html (original)
+++ spamassassin/site/downloads.html Fri Jul 12 02:48:43 2019
@@ -6,7 +6,7 @@
     </title>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     <link rel="shortcut icon" href="/images/favicon.ico" />
-    <link rel="alternate" type="application/atom+xml" title="Announcements Atom Feed" href="http://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom" />
+    <link rel="alternate" type="application/atom+xml" title="Announcements Atom Feed" href="https://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom" />
     <meta property='og:title' content='Apache SpamAssassin: Downloads'>
     <meta property='og:image' content='https://spamassassin.apache.org/logo/512-powered-by-spamassassin.png'>
     <meta property='og:description' content='Apache SpamAssassin is the #1 Open Source anti-spam platform giving system administrators a filter to classify email and block spam.'>
@@ -104,7 +104,7 @@
                     &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/">Wiki</a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">Download</a>&nbsp;
+                    &nbsp;<a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">Download</a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
                     &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/FrequentlyAskedQuestions">FAQ <font size="-2">
@@ -122,13 +122,13 @@
 </a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a target="_blank" href="http://issues.apache.org/SpamAssassin/">Bugs <font size="-2">
+                    &nbsp;<a target="_blank" href="https://issues.apache.org/SpamAssassin/">Bugs <font size="-2">
                       (Bugzilla)
                     </font>
 </a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a target="_blank" href="http://svn.apache.org/repos/asf/spamassassin/trunk/CREDITS">Credits <font size="-2">
+                    &nbsp;<a target="_blank" href="https://svn.apache.org/repos/asf/spamassassin/trunk/CREDITS">Credits <font size="-2">
                       (SVN)
                     </font>
 </a>&nbsp;
@@ -204,7 +204,7 @@
 <!--/etsafe-->
               </p>
       <p>
-        You may also consult the <a href="http://www.apache.org/mirrors/">complete
+        You may also consult the <a href="https://www.apache.org/mirrors/">complete
         list of mirrors</a>.
         
       </p>
@@ -216,22 +216,22 @@
       </blockquote>
       <ul>
         <li>
-          <a href="[preferred]/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.gz">SpamAssassin in tar.gz</a> format. (signatures: <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.gz.asc">GPG</a> <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.gz.sha256">SHA-256</a> <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.gz.sha512">SHA-512</a>)
+          <a href="[preferred]/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.gz">SpamAssassin in tar.gz</a> format. (signatures: <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.gz.asc">GPG</a> <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.gz.sha256">SHA-256</a> <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.gz.sha512">SHA-512</a>)
           
         </li>
         <li>
-          <a href="[preferred]/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.bz2">SpamAssassin in tar.bz2</a> format. (signatures: <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.bz2.asc">GPG</a> <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.bz2.sha256">SHA-256</a> <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.bz2.sha512">SHA-512</a>)
+          <a href="[preferred]/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.bz2">SpamAssassin in tar.bz2</a> format. (signatures: <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.bz2.asc">GPG</a> <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.bz2.sha256">SHA-256</a> <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.bz2.sha512">SHA-512</a>)
           
         </li>
         <li>
-          <a href="[preferred]/spamassassin/source/Mail-SpamAssassin-3.4.2.zip">SpamAssassin in ZIP</a> format. (signatures: <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.zip.asc">GPG</a> <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.zip.sha256">SHA-256</a> <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.zip.sha512">SHA-512</a>)
+          <a href="[preferred]/spamassassin/source/Mail-SpamAssassin-3.4.2.zip">SpamAssassin in ZIP</a> format. (signatures: <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.zip.asc">GPG</a> <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.zip.sha256">SHA-256</a> <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.zip.sha512">SHA-512</a>)
           
         </li>
         <li>
-          <a href="http://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.2.txt">Announcement</a>, <a href="http://svn.apache.org/repos/asf/spamassassin/branches/3.4/Changes">Detailed Changes</a>
+          <a href="https://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.2.txt">Announcement</a>, <a href="https://svn.apache.org/repos/asf/spamassassin/branches/3.4/Changes">Detailed Changes</a>
         </li>
         <li>
-          <a href="[preferred]/spamassassin/source/Mail-SpamAssassin-rules-3.4.2.r1840640.tgz">SpamAssassin sa-update rules tarball</a>, for use if you cannot run sa-update" to download these automatically after installing. (signatures: <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-rules-3.4.2.r1840640.tgz.asc">GPG</a> <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-rules-3.4.2.r1840640.tgz.sha256">SHA-256</a> <a href="http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-rules-3.4.2.r1840640.tgz.sha512">SHA-512</a>)
+          <a href="[preferred]/spamassassin/source/Mail-SpamAssassin-rules-3.4.2.r1840640.tgz">SpamAssassin sa-update rules tarball</a>, for use if you cannot run sa-update" to download these automatically after installing. (signatures: <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-rules-3.4.2.r1840640.tgz.asc">GPG</a> <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-rules-3.4.2.r1840640.tgz.sha256">SHA-256</a> <a href="https://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-rules-3.4.2.r1840640.tgz.sha512">SHA-512</a>)
           
         </li>
       </ul>
@@ -241,21 +241,21 @@
       </p>
       <ul>
         <li>
-          <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.gz">SpamAssassin in tar.gz</a> format. (signatures: <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.gz.asc">GPG</a> <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.gz.md5">MD5</a> <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.gz.sha1">SHA1</a>)
+          <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.gz">SpamAssassin in tar.gz</a> format. (signatures: <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.gz.asc">GPG</a> <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.gz.md5">MD5</a> <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.gz.sha1">SHA1</a>)
           
         </li>
         <li>
-          <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.bz2">SpamAssassin in tar.bz2</a> format. (signatures: <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.bz2.asc">GPG</a> <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.bz2.md5">MD5</a> <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.bz2.sha1">SHA1</a>)
+          <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.bz2">SpamAssassin in tar.bz2</a> format. (signatures: <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.bz2.asc">GPG</a> <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.bz2.md5">MD5</a> <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.tar.bz2.sha1">SHA1</a>)
           
         </li>
         <li>
-          <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.zip">SpamAssassin in ZIP</a> format. (signatures: <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.zip.asc">GPG</a> <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.zip.md5">MD5</a> <a href="http://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.zip.sha1">SHA1</a>)
+          <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.zip">SpamAssassin in ZIP</a> format. (signatures: <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.zip.asc">GPG</a> <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.zip.md5">MD5</a> <a href="https://archive.apache.org/dist/spamassassin//Mail-SpamAssassin-3.3.2.zip.sha1">SHA1</a>)
           
         </li>
       </ul>
       <a name="CPAN" id="CPAN"><h3>CPAN</h3></a><p>
         <!--
-        </p><ul><li><strong>Fedora, Red Hat Enterprise Linux, CentOS, Scientific Linux users</strong>: See <a href=http://www.spamtips.org/p/rpm-packages.html>SpamTips.org</a> for the latest upgrade directions.
+        </p><ul><li><strong>Fedora, Red Hat Enterprise Linux, CentOS, Scientific Linux users</strong>: See <a href=https://www.spamtips.org/p/rpm-packages.html>SpamTips.org</a> for the latest upgrade directions.
         </li><li><strong>Debian users</strong>: install SpamAssassin using:
         <blockquote><code>sudo apt-get install spamassassin</code>
         </blockquote></li><li><strong>Gentoo Linux users</strong> install SpamAssassin using:
@@ -267,7 +267,7 @@
         </li></ul></li></ul>-->
         <ul>
           <li>
-            SpamAssassin can be downloaded from <a href="http://www.cpan.org/">CPAN</a>, as the module <a href="http://search.cpan.org/dist/Mail-SpamAssassin/"><code>Mail::SpamAssassin</code></a>:
+            SpamAssassin can be downloaded from <a href="https://www.cpan.org/">CPAN</a>, as the module <a href="https://search.cpan.org/dist/Mail-SpamAssassin/"><code>Mail::SpamAssassin</code></a>:
             <blockquote>
               <code>sudo cpan Mail::SpamAssassin</code>
             </blockquote>
@@ -294,7 +294,7 @@
         
       </p>
       <a name="Old_releases" id="Old_releases"><h3>Old releases</h3></a><p>
-        Old Apache-licensed versions (from version 3.0.0 on) can be <a href="http://archive.apache.org/dist/spamassassin/">downloaded from archive.apache.org</a>. Older, Perl-licensed versions can be found <a href="http://www.cpan.org/modules/by-module/Mail/">via CPAN</a>.
+        Old Apache-licensed versions (from version 3.0.0 on) can be <a href="https://archive.apache.org/dist/spamassassin/">downloaded from archive.apache.org</a>. Older, Perl-licensed versions can be found <a href="https://www.cpan.org/modules/by-module/Mail/">via CPAN</a>.
         
       </p>
           </div>
@@ -306,16 +306,16 @@
           <table class="navibar" cellpadding="0" cellspacing="3" border="0">
             <tr>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/">Apache Software Foundation Home</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/">Apache Software Foundation Home</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/licenses/">License</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/licenses/">License</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/foundation/thanks.html">Thanks</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
                 &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/SecurityPolicy">Security</a>&nbsp;
@@ -331,7 +331,7 @@
         <td valign="top">
           <p>
             <div align="left" style="padding:5px">
-               <a href="http://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
+               <a href="https://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
             </div>
           </p>
         </td>
@@ -347,25 +347,5 @@
     </table>
     <br />
 
-<a style="display: none" href=mailto:melschiphus4@pccc.com></a>
-<!--
-melschiphus1@pccc.com
-<a href=mailto:melschiphus2@pccc.com>melschiphus3@pccc.com</a>
-melschiphus4@pccc.com
--->
-
-<!-- analytics -->
-    <!--etsafe-->
-        <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-      
-    </script>
-    <script type="text/javascript">
-      
-      _uacct = "UA-2299573-1";
-      urchinTracker();
-      
-    </script>
-<!--/etsafe-->
-    <!-- /analytics -->
       </body>
 </html>

Modified: spamassassin/site/gtube.html
URL: http://svn.apache.org/viewvc/spamassassin/site/gtube.html?rev=1862943&r1=1862942&r2=1862943&view=diff
==============================================================================
--- spamassassin/site/gtube.html (original)
+++ spamassassin/site/gtube.html Fri Jul 12 02:48:43 2019
@@ -6,7 +6,7 @@
     </title>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     <link rel="shortcut icon" href="/images/favicon.ico" />
-    <link rel="alternate" type="application/atom+xml" title="Announcements Atom Feed" href="http://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom" />
+    <link rel="alternate" type="application/atom+xml" title="Announcements Atom Feed" href="https://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom" />
     <style type="text/css" media="all">
       body {
        background-color: #fff;
@@ -99,7 +99,7 @@
                     &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/">Wiki</a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">Download</a>&nbsp;
+                    &nbsp;<a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">Download</a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
                     &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/FrequentlyAskedQuestions">FAQ <font size="-2">
@@ -117,13 +117,13 @@
 </a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a target="_blank" href="http://issues.apache.org/SpamAssassin/">Bugs <font size="-2">
+                    &nbsp;<a target="_blank" href="https://issues.apache.org/SpamAssassin/">Bugs <font size="-2">
                       (Bugzilla)
                     </font>
 </a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a target="_blank" href="http://svn.apache.org/repos/asf/spamassassin/trunk/CREDITS">Credits <font size="-2">
+                    &nbsp;<a target="_blank" href="https://svn.apache.org/repos/asf/spamassassin/trunk/CREDITS">Credits <font size="-2">
                       (SVN)
                     </font>
 </a>&nbsp;
@@ -152,7 +152,7 @@
       <p>
         If your spam filter supports it, the GTUBE provides a test by which you can
         verify that the filter is installed correctly and is detecting incoming spam,
-        in a similar fashion to <a href="http://www.eicar.org/anti_virus_test_file.htm">
+        in a similar fashion to <a href="https://www.eicar.org/anti_virus_test_file.htm">
         the EICAR anti-virus test file</a>.
         
       </p>
@@ -189,16 +189,16 @@
           <table class="navibar" cellpadding="0" cellspacing="3" border="0">
             <tr>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/">Apache Software Foundation Home</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/">Apache Software Foundation Home</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/licenses/">License</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/licenses/">License</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/foundation/thanks.html">Thanks</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
                 &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/SecurityPolicy">Security</a>&nbsp;
@@ -214,7 +214,7 @@
         <td valign="top">
           <p>
             <div align="left" style="padding:5px">
-               <a href="http://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
+               <a href="https://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
             </div>
           </p>
         </td>
@@ -229,26 +229,6 @@
       </tr>
     </table>
     <br />
-            
-<a style="display: none" href=mailto:melschiphus4@pccc.com></a>
-<!--
-melschiphus1@pccc.com
-<a href=mailto:melschiphus2@pccc.com>melschiphus3@pccc.com</a>
-melschiphus4@pccc.com
--->   
-    
-<!-- analytics -->
-    <!--etsafe-->
-        <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-      
-    </script>
-    <script type="text/javascript">
-      
-      _uacct = "UA-2299573-1";
-      urchinTracker();
-      
-    </script>
-<!--/etsafe-->
-    <!-- /analytics -->
+
       </body>
 </html>

Modified: spamassassin/site/gtube/index.html
URL: http://svn.apache.org/viewvc/spamassassin/site/gtube/index.html?rev=1862943&r1=1862942&r2=1862943&view=diff
==============================================================================
--- spamassassin/site/gtube/index.html (original)
+++ spamassassin/site/gtube/index.html Fri Jul 12 02:48:43 2019
@@ -6,7 +6,7 @@
     </title>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     <link rel="shortcut icon" href="/images/favicon.ico" />
-    <link rel="alternate" type="application/atom+xml" title="Announcements Atom Feed" href="http://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom" />
+    <link rel="alternate" type="application/atom+xml" title="Announcements Atom Feed" href="https://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom" />
     <style type="text/css" media="all">
       body {
        background-color: #fff;
@@ -99,7 +99,7 @@
                     &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/">Wiki</a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">Download</a>&nbsp;
+                    &nbsp;<a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">Download</a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
                     &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/FrequentlyAskedQuestions">FAQ <font size="-2">
@@ -117,13 +117,13 @@
 </a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a target="_blank" href="http://issues.apache.org/SpamAssassin/">Bugs <font size="-2">
+                    &nbsp;<a target="_blank" href="https://issues.apache.org/SpamAssassin/">Bugs <font size="-2">
                       (Bugzilla)
                     </font>
 </a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a target="_blank" href="http://svn.apache.org/repos/asf/spamassassin/trunk/CREDITS">Credits <font size="-2">
+                    &nbsp;<a target="_blank" href="https://svn.apache.org/repos/asf/spamassassin/trunk/CREDITS">Credits <font size="-2">
                       (SVN)
                     </font>
 </a>&nbsp;
@@ -152,7 +152,7 @@
       <p>
         If your spam filter supports it, the GTUBE provides a test by which you can
         verify that the filter is installed correctly and is detecting incoming spam,
-        in a similar fashion to <a href="http://www.eicar.org/anti_virus_test_file.htm">
+        in a similar fashion to <a href="https://www.eicar.org/anti_virus_test_file.htm">
         the EICAR anti-virus test file</a>.
         
       </p>
@@ -189,16 +189,16 @@
           <table class="navibar" cellpadding="0" cellspacing="3" border="0">
             <tr>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/">Apache Software Foundation Home</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/">Apache Software Foundation Home</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/licenses/">License</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/licenses/">License</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
-                &nbsp;<a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>&nbsp;
+                &nbsp;<a target="_blank" href="https://www.apache.org/foundation/thanks.html">Thanks</a>&nbsp;
               </td>
               <td class="navibar" valign="top" align="center">
                 &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/SecurityPolicy">Security</a>&nbsp;
@@ -214,7 +214,7 @@
         <td valign="top">
           <p>
             <div align="left" style="padding:5px">
-               <a href="http://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
+               <a href="https://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
             </div>
           </p>
         </td>
@@ -229,26 +229,4 @@
       </tr>
     </table>
     <br />
-
-<a style="display: none" href=mailto:melschiphus4@pccc.com></a>
-<!--
-melschiphus1@pccc.com
-<a href=mailto:melschiphus2@pccc.com>melschiphus3@pccc.com</a>
-melschiphus4@pccc.com
--->
-
-<!-- analytics -->
-    <!--etsafe-->
-        <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-      
-    </script>
-    <script type="text/javascript">
-      
-      _uacct = "UA-2299573-1";
-      urchinTracker();
-      
-    </script>
-<!--/etsafe-->
-    <!-- /analytics -->
-      </body>
 </html>

Modified: spamassassin/site/index.html
URL: http://svn.apache.org/viewvc/spamassassin/site/index.html?rev=1862943&r1=1862942&r2=1862943&view=diff
==============================================================================
--- spamassassin/site/index.html (original)
+++ spamassassin/site/index.html Fri Jul 12 02:48:43 2019
@@ -280,7 +280,7 @@
         <td valign="top">
           <p>
             <div align="left" style="padding:5px">
-               <a href="http://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
+               <a href="https://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
             </div>
           </p>
         </td>
@@ -296,25 +296,5 @@
     </table>
     <br />
             
-<a style="display: none" href=mailto:melschiphus4@pccc.com></a>
-<!--
-melschiphus1@pccc.com
-<a href=mailto:melschiphus2@pccc.com>melschiphus3@pccc.com</a>
-melschiphus4@pccc.com
--->   
-    
-<!-- analytics -->
-            <!--etsafe-->
-                        <script src="https://www.google-analytics.com/urchin.js" type="text/javascript">
-              
-            </script>
-            <script type="text/javascript">
-              
-              _uacct = "UA-2299573-1";
-              urchinTracker();
-              
-            </script>
-<!--/etsafe-->
-            <!-- /analytics -->
-                      </body>
-        </html>
+  </body>
+</html>

Modified: spamassassin/site/news.html
URL: http://svn.apache.org/viewvc/spamassassin/site/news.html?rev=1862943&r1=1862942&r2=1862943&view=diff
==============================================================================
--- spamassassin/site/news.html (original)
+++ spamassassin/site/news.html Fri Jul 12 02:48:43 2019
@@ -6,7 +6,7 @@
     </title>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     <link rel="shortcut icon" href="/images/favicon.ico" />
-    <link rel="alternate" type="application/atom+xml" title="Announcements Atom Feed" href="http://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom" />
+    <link rel="alternate" type="application/atom+xml" title="Announcements Atom Feed" href="https://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom" />
     <style type="text/css" media="all">
       body {
        background-color: #fff;
@@ -99,7 +99,7 @@
                     &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/">Wiki</a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">Download</a>&nbsp;
+                    &nbsp;<a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">Download</a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
                     &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/FrequentlyAskedQuestions">FAQ <font size="-2">
@@ -117,13 +117,13 @@
 </a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a target="_blank" href="http://issues.apache.org/SpamAssassin/">Bugs <font size="-2">
+                    &nbsp;<a target="_blank" href="https://issues.apache.org/SpamAssassin/">Bugs <font size="-2">
                       (Bugzilla)
                     </font>
 </a>&nbsp;
                   </td>
                   <td class="navibar" valign="top" align="center">
-                    &nbsp;<a target="_blank" href="http://svn.apache.org/repos/asf/spamassassin/trunk/CREDITS">Credits <font size="-2">
+                    &nbsp;<a target="_blank" href="https://svn.apache.org/repos/asf/spamassassin/trunk/CREDITS">Credits <font size="-2">
                       (SVN)
                     </font>
 </a>&nbsp;
@@ -146,7 +146,7 @@
      <tr><td> -->
         <div style="padding: 50px;">
       <p>
-        <h2>News and Announcements <a href="http://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom"><img src="images/feed.png" border="0" alt="Atom feed" title="Atom feed" width="14" height="14" /></a></h2>
+        <h2>News and Announcements <a href="https://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom"><img src="images/feed.png" border="0" alt="Atom feed" title="Atom feed" width="14" height="14" /></a></h2>
       </p>
       <blockquote>
         <p>
@@ -169,19 +169,19 @@
           2015-04-30: SpamAssassin 3.4.1 has been released! Highlights include: improved automation to help combat spammers that are abusing new top level domains; tweaks to the SPF support to block more spoofed emails; increased character set normalization to make rules easier to develop and stop spammers from using alternate character sets to bypass tests; continued refinement to the native IPv6 support; and improved Bayesian classification with better debugging and attachment hashing.
         </p>
         <p>
-          2014-02-11: SpamAssassin 3.4.0 has been released adding native support for IPv6, improved DNS Blocklist technology and support for massively-scalable Bayesian filtering using the Redis backend. Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
+          2014-02-11: SpamAssassin 3.4.0 has been released adding native support for IPv6, improved DNS Blocklist technology and support for massively-scalable Bayesian filtering using the Redis backend. Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
           
         </p>
         <p>
-          2011-06-16: SpamAssassin 3.3.2 has been released, a minor new release primarily to support perl-5.12 and later. Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
+          2011-06-16: SpamAssassin 3.3.2 has been released, a minor new release primarily to support perl-5.12 and later. Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
           
         </p>
         <p>
-          2010-03-19: SpamAssassin 3.3.1 has been released, a minor new release which adds some new rules. Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
+          2010-03-19: SpamAssassin 3.3.1 has been released, a minor new release which adds some new rules. Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
           
         </p>
         <p>
-          2010-01-27: SpamAssassin 3.3.0 has been released, a major new release! Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
+          2010-01-27: SpamAssassin 3.3.0 has been released, a major new release! Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
           
         </p>
         <p>
@@ -226,11 +226,11 @@
         </p>
       </p>
       <p>
-        2008-06-12: SpamAssassin 3.2.5 has been released, a minor bug-fix release. Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
+        2008-06-12: SpamAssassin 3.2.5 has been released, a minor bug-fix release. Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
         
       </p>
       <p>
-        2008-01-05: SpamAssassin 3.2.4 has been released. Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
+        2008-01-05: SpamAssassin 3.2.4 has been released. Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
         
       </p>
       <p>
@@ -238,54 +238,54 @@
         
       </p>
       <p>
-        2007-08-09: SpamAssassin 3.2.3 released! Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
+        2007-08-09: SpamAssassin 3.2.3 released! Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up, and for more info.
         
       </p>
       <p>
-        2007-07-25: SpamAssassin 3.2.2 released! Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick them up, and for more info.
+        2007-07-25: SpamAssassin 3.2.2 released! Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick them up, and for more info.
         
       </p>
       <p>
-        2007-06-11: SpamAssassin 3.2.1 and 3.1.9 released! These releases contain a fix for <a href="http://spamassassin.apache.org/advisories/cve-2007-2873.txt">a local user symlink-attack denial of service vulnerability</a> for an uncommon spamd configuration, along with other fixes. Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick them up. 
+        2007-06-11: SpamAssassin 3.2.1 and 3.1.9 released! These releases contain a fix for <a href="https://spamassassin.apache.org/advisories/cve-2007-2873.txt">a local user symlink-attack denial of service vulnerability</a> for an uncommon spamd configuration, along with other fixes. Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick them up. 
         
       </p>
       <p>
-        2007-05-02: SpamAssassin 3.2.0 released! This release contains a significant number of changes and major enhancements -- please use it! Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up. (<a href="http://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.2.0-available-tf3680367.html">The release announcement</a>)
+        2007-05-02: SpamAssassin 3.2.0 released! This release contains a significant number of changes and major enhancements -- please use it! Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to pick it up. (<a href="https://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.2.0-available-tf3680367.html">The release announcement</a>)
         
       </p>
       <p>
-        2007-02-14: SpamAssassin 3.1.8 released! This release fixes security bug <a href="http://spamassassin.apache.org/advisories/cve-2007-0451.txt">CVE-2007-0451</a>, so is recommended. Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to get the latest version.
+        2007-02-14: SpamAssassin 3.1.8 released! This release fixes security bug <a href="https://spamassassin.apache.org/advisories/cve-2007-0451.txt">CVE-2007-0451</a>, so is recommended. Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to get the latest version.
         
       </p>
       <p>
-        2006-11-21: SpamAssassin wins 'Best Linux-based Anti-spam Solution' at the <a href="http://www.linuxnewmedia.com/Press/Press_Releases/Awards_2006">Linux New Media Awards 2006</a>, winning 69% of the vote.
+        2006-11-21: SpamAssassin wins 'Best Linux-based Anti-spam Solution' at the <a href="https://www.linuxnewmedia.com/Press/Press_Releases/Awards_2006">Linux New Media Awards 2006</a>, winning 69% of the vote.
         
       </p>
       <p>
         2006-10-10: SpamAssassin 3.1.7 released!
         <br />
-        (<a href="http://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.7-available%21-tf2415849.html">The release announcement</a>)
+        (<a href="https://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.7-available%21-tf2415849.html">The release announcement</a>)
         
       </p>
       <p>
         2006-10-05: SpamAssassin 3.1.6 released!
         <br />
-        Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to get the latest version.
-        (<a href="http://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.6-available%21-tf2390652.html">The release announcement</a>)
+        Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to get the latest version.
+        (<a href="https://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.6-available%21-tf2390652.html">The release announcement</a>)
         
       </p>
       <p>
         2006-08-30: SpamAssassin 3.1.5 released!
         <br />
-        Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to get the latest version.
-        (<a href="http://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.5-available%21-tf2190657.html">The release announcement</a>)
+        Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to get the latest version.
+        (<a href="https://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.5-available%21-tf2190657.html">The release announcement</a>)
         
       </p>
       <p>
         2006-07-26: SpamAssassin 3.1.4 released!
         <br />
-        Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to get the latest version.
-        (<a href="http://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.4-available%21-tf2006913.html">The release announcement</a>)
+        Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to get the latest version.
+        (<a href="https://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.4-available%21-tf2006913.html">The release announcement</a>)
         
       </p>
       <p>
@@ -294,7 +294,7 @@
         read <a href="advisories/cve-2006-2447.txt">the advisory</a> to see if
         you need to upgrade.
         <br />
-        (<a href="http://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.3-available%21-t1736096.html">The release announcement</a>)
+        (<a href="https://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.3-available%21-t1736096.html">The release announcement</a>)
         
       </p>
       <p>
@@ -303,35 +303,35 @@
         read <a href="advisories/cve-2006-2447.txt">the advisory</a> to see if
         you need to upgrade.
         <br />
-        Visit <a href="http://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to get the latest version.
-        (<a href="http://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.0.6-available%21-t1736105.html">The release announcement</a>)
+        Visit <a href="https://spamassassin.apache.org/downloads.cgi?update=201809160000">the downloads page</a> to get the latest version.
+        (<a href="https://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.0.6-available%21-t1736105.html">The release announcement</a>)
         
       </p>
       <p>
         2006-05-25: SpamAssassin 3.1.2 released!
         <br />
-        (<a href="http://www.nabble.com/ANNOUNCE%3A+Apache+SpamAssassin+3.1.2+available%21-t1684410.html">The release announcement</a>)
+        (<a href="https://www.nabble.com/ANNOUNCE%3A+Apache+SpamAssassin+3.1.2+available%21-t1684410.html">The release announcement</a>)
         
       </p>
       <p>
         2006-03-11: SpamAssassin 3.1.1 released!
         <br />
-        (<a href="http://mail-archives.apache.org/mod_mbox/spamassassin-users/200603.mbox/%3c20060312011649.GW18463@kluge.net%3e">The release announcement</a>)
+        (<a href="https://mail-archives.apache.org/mod_mbox/spamassassin-users/200603.mbox/%3c20060312011649.GW18463@kluge.net%3e">The release announcement</a>)
         
       </p>
       <p>
-        2006-02-21: Receiving three times as many votes as the closest contender, SpamAssassin took top honors in the <a href="http://itmanagement.earthweb.com/article.php/3586381">Anti-Spam category of Datamation's Product of the Year 2006</a>.
+        2006-02-21: Receiving three times as many votes as the closest contender, SpamAssassin took top honors in the <a href="https://itmanagement.earthweb.com/article.php/3586381">Anti-Spam category of Datamation's Product of the Year 2006</a>.
         
       </p>
       <p>
         2005-09-14: SpamAssassin 3.1.0 released!
         <br />
-        (<a href="http://mail-archives.apache.org/mod_mbox/spamassassin-announce/200509.mbox/%3c20050914235232.814A45900BA@radish.jmason.org%3e">The release announcement</a>)
+        (<a href="https://mail-archives.apache.org/mod_mbox/spamassassin-announce/200509.mbox/%3c20050914235232.814A45900BA@radish.jmason.org%3e">The release announcement</a>)
         
       </p>
       <p>
         2005-02-09: Receiving twice as many votes as the closest contender,
-        SpamAssassin took top honors in the <a href="http://itmanagement.earthweb.com/secu/article.php/3481971">Anti-Spam
+        SpamAssassin took top honors in the <a href="https://itmanagement.earthweb.com/secu/article.php/3481971">Anti-Spam
         category of Datamation's Product of the Year 2005</a>.
         
       </p>
@@ -340,7 +340,7 @@
       <h2>Subscribing</h2>
     </p>
     <blockquote>
-      News about SpamAssassin, and new releases, can be received by mail by <a href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/MailingLists">subscribing to the "announce" mailing list</a>. There is also an <a href="http://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom">Atom feed</a>.
+      News about SpamAssassin, and new releases, can be received by mail by <a href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/MailingLists">subscribing to the "announce" mailing list</a>. There is also an <a href="https://mail-archives.apache.org/mod_mbox/spamassassin-announce/?format=atom">Atom feed</a>.
       
     </blockquote>
 <!--
@@ -356,16 +356,16 @@
         <table class="navibar" cellpadding="0" cellspacing="3" border="0">
           <tr>
             <td class="navibar" valign="top" align="center">
-              &nbsp;<a target="_blank" href="http://www.apache.org/">Apache Software Foundation Home</a>&nbsp;
+              &nbsp;<a target="_blank" href="https://www.apache.org/">Apache Software Foundation Home</a>&nbsp;
             </td>
             <td class="navibar" valign="top" align="center">
-              &nbsp;<a target="_blank" href="http://www.apache.org/licenses/">License</a>&nbsp;
+              &nbsp;<a target="_blank" href="https://www.apache.org/licenses/">License</a>&nbsp;
             </td>
             <td class="navibar" valign="top" align="center">
-              &nbsp;<a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>&nbsp;
+              &nbsp;<a target="_blank" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>&nbsp;
             </td>
             <td class="navibar" valign="top" align="center">
-              &nbsp;<a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>&nbsp;
+              &nbsp;<a target="_blank" href="https://www.apache.org/foundation/thanks.html">Thanks</a>&nbsp;
             </td>
             <td class="navibar" valign="top" align="center">
               &nbsp;<a target="_blank" href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/SecurityPolicy">Security</a>&nbsp;
@@ -381,7 +381,7 @@
         <td valign="top">
           <p>
             <div align="left" style="padding:5px">
-               <a href="http://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
+               <a href="https://www.apache.org/"> <img src="images/apache-feather.png" alt="An Apache Project" title="An Apache Project" border="0" width="86" height="35" /></a>
             </div>
           </p>
         </td>
@@ -397,25 +397,5 @@
     </table>
     <br />
             
-<a style="display: none" href=mailto:melschiphus4@pccc.com></a>
-<!--
-melschiphus1@pccc.com
-<a href=mailto:melschiphus2@pccc.com>melschiphus3@pccc.com</a>
-melschiphus4@pccc.com
--->   
-    
-<!-- analytics -->
-  <!--etsafe-->
-    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-    
-  </script>
-  <script type="text/javascript">
-    
-    _uacct = "UA-2299573-1";
-    urchinTracker();
-    
-  </script>
-<!--/etsafe-->
-  <!-- /analytics -->
   </body>
 </html>