Spambayes + HTTP proxy server

Skip Montanaro skip at pobox.com
Sun Feb 2 19:34:03 EST 2003


    Paul> I think that, as you say, the key now is to train on a corpus of
    Paul> web pages rather than spam/ham. I notice that Spambayes has a
    Paul> proxy server which can be used for easy training. I'll take a look
    Paul> at this and see if it can be used to train on web pages too.

Yes, you can use pop3proxy.  You might be able to fudge the proxytee.py
script with something like:

    httpget some-url | proxytee.py

I doubt there's anything in proxytee which is email-specific.  See what
happens.

Skip






More information about the Python-list mailing list