Feature Requests item #1074481, was opened at 2004-11-28 19:40 Message generated for change (Settings changed) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1074481&group_id=61702
Category: None Group: None Status: Closed Priority: 5 Submitted By: Bill (zonebit) Assigned to: Nobody/Anonymous (nobody) >Summary: SpamBayes web filtering Initial Comment: Could Spambayes be used to filter websites for pornography? I am asking because I know how well Spambayes works for email spam and I would like to know if its features could be used in some sort of "Parental Control" internet implementation. Could a website be tokenized and passed to the classifier with the same effect? If the mathematical experts behind Spambayes say "yes" or "maybe", I'd be interested in pursuing it. If not, I'd like to know before I go wasting my time. Thanks. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-11-29 12:00 Message: Logged In: YES user_id=552329 Yes. Get hold of the source archive of spambayes and check out the mod_spambayes.py script in the contrib directory. This is a plugin for an existing http proxy, which will perform simple filtering. (If you wanted to really use this properly, you'd probably want to enhance it by making it easier to classify pages, and probably create a new tokenizer subclass aimed towards web pages rather than email. It will work ok as is, though). If you do anything with it, we'd be very interested in receiving any patches back, if you were willing to do so. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1074481&group_id=61702 _______________________________________________ Spambayes-bugs mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/spambayes-bugs
