[spambayes-dev] spambayes.org

Skip Montanaro skip at pobox.com
Fri Sep 26 10:33:45 EDT 2003


    Tony> Did spambayes.org die after all?  I haven't been able to connect
    Tony> to it for a few days now (although spambayes.sf.net works fine).

Works for me.

    Tony> If anyone looks into this, they could also try and figure out why
    Tony> spambayes.org/downloads/Version.cfg redirects to
    Tony> spambayes.org//downloads/Version.cfg or whatever it is that causes
    Tony> the 008 Outlook "check for new version" to fail...

That's an Apache configuration issue on www.spambayes.org (aka
redir-mail-3-gandi.net at the moment):

    % telnet spambayes.org 80
    Trying 62.80.122.198...
    telnet: connect to address 62.80.122.198: Connection refused
    Trying 80.67.173.5...
    Connected to redir-mail-3.gandi.net.
    Escape character is '^]'.
    GET /Version.cfg HTTP/1.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ What I asked for
    Host: www.spambayes.org

    HTTP/1.1 302 Found
    Date: Fri, 26 Sep 2003 14:32:03 GMT
    Server: Apache/1.3.23 (Unix) Debian GNU/Linux
    Location: http://spambayes.sourceforge.net//Version.cfg
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ What it redirected to
    Connection: close
    Content-Type: text/html; charset=iso-8859-1

    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML><HEAD>
    <TITLE>302 Found</TITLE>
    </HEAD><BODY>
    <H1>Found</H1>
    The document has moved <A HREF="http://spambayes.sourceforge.net//Version.cfg">here</A>.<P>
    <HR>
    <ADDRESS>Apache/1.3.23 Server at redir-www-telehouse2.gandi.net Port 80</ADDRESS>
    </BODY></HTML>
    Connection closed by foreign host.

Skip



More information about the spambayes-dev mailing list