From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e5c972d04da95d51,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-16 05:53:25 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news-FFM2.ecrc.net!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: If anybody wants to make something in Ada but do not know what Date: Wed, 16 Apr 2003 12:53:25 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1050497605 19280 129.241.83.78 (16 Apr 2003 12:53:25 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 16 Apr 2003 12:53:25 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:36182 Date: 2003-04-16T12:53:25+00:00 List-Id: Then perhaps a Bayesian Spam filter could be a nice challenge. Or if somebody are heading a university student project/diploma work it could a suitable project? Spam is becoming a great problem. Last check I got 30 spam messages in 3 days that was caught by my filter (spamassassin) and about 10 that wasn't. There was also about 3 false negatives (mailed labelled as SPAM but which was really HAM). So I think it is time for me to change spam filtering method. Besides spamassassin is a perl script program and it is a hug resource hog on my computer and it is slow. There are two Bayesian Spam filter implementations in C (ugg :-( ) which has the advantage of being fast. Problem is that with C's track record on buffer overflow I don't trust them to be secure. This is why an Ada implementation would be nice I think. Besides spam filters is something people need so it could promote Ada95. Wish I could make it myself, but I simply don't have the time at the moment. Here are some resources: http://www.paulgraham.com/spam.html http://www2.picante.com/~gtaylor/spam/ http://research.microsoft.com/~horvitz/junkfilter.htm http://www.paulgraham.com/better.html http://lwn.net/Articles/9460/ Two implementations in C (ugg!) and Perl (ugg!!) http://www.nongnu.org/ifile/ http://bogofilter.sourceforge.net/ One in python: http://spambayes.sourceforge.net/ Preben