comp.lang.ada
 help / color / mirror / Atom feed
* If anybody wants to make something in Ada but do not know what
@ 2003-04-16 12:53 Preben Randhol
  2003-04-16 13:59 ` Warren W. Gay VE3WWG
                   ` (4 more replies)
  0 siblings, 5 replies; 65+ messages in thread
From: Preben Randhol @ 2003-04-16 12:53 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 65+ messages in thread

end of thread, other threads:[~2003-05-03 18:54 UTC | newest]

Thread overview: 65+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-16 12:53 If anybody wants to make something in Ada but do not know what Preben Randhol
2003-04-16 13:59 ` Warren W. Gay VE3WWG
2003-04-16 16:10   ` rd
2003-04-16 16:34     ` SPAM-less email (was If anybody wants to make something in Ada but do not know what) Warren W. Gay VE3WWG
2003-04-16 17:00       ` SPAM-less email (was If anybody wants to make something in Ada but Larry Kilgallen
2003-04-16 17:43         ` Warren W. Gay VE3WWG
2003-04-16 18:03           ` Samuel Tardieu
2003-04-16 18:48             ` SPAM-less email (was If anybody wants to make something in Ada tmoran
2003-04-16 20:58               ` Georg Bauhaus
2003-04-17 16:51             ` SPAM-less email (was If anybody wants to make something in Ada but Warren W. Gay VE3WWG
2003-04-17 21:54               ` Robert A Duff
2003-04-17 22:39                 ` AG
2003-04-18  8:27                 ` Preben Randhol
2003-04-17 23:38               ` SPAM-less email (was If anybody wants to make something in Adabut Randy Brukardt
2003-04-18  0:06                 ` AG
2003-04-18  0:32                   ` Larry Kilgallen
2003-04-18  0:48                     ` AG
2003-04-18  2:10                       ` Larry Kilgallen
2003-04-18  3:13                         ` AG
2003-04-18  4:50                           ` tmoran
2003-04-18 11:26                             ` Larry Kilgallen
2003-04-18 11:23                         ` Larry Kilgallen
     [not found]                         ` <g3Kna.5120$mZ4.89596@news.xtra.co.nzOrganization: LJK Software <JKMUgN4L70TN@eisner.encompasserve.org>
2003-04-19  6:36                           ` Tarjei T. Jensen
2003-04-21 18:50                     ` Randy Brukardt
2003-04-18  7:32                 ` Jacob Sparre Andersen
2003-04-18 11:32                   ` Larry Kilgallen
2003-04-19  4:45                     ` [way off-topic] A new spammer is born? Wesley Groleau
2003-04-19 20:10                   ` SPAM-less email (was If anybody wants to make something in Adabut Georg Bauhaus
2003-04-19 21:15                     ` AG
2003-04-20 15:31                       ` Georg Bauhaus
2003-04-21  3:33                         ` Wesley Groleau
2003-04-16 19:19           ` SPAM-less email (was If anybody wants to make something in Ada Larry Kilgallen
2003-04-16 21:38       ` SPAM-less email (was If anybody wants to make something in Ada butdo not know what) rd
2003-04-16 22:03         ` Samuel Tardieu
2003-04-17  0:16           ` rd
2003-04-17 16:59           ` Warren W. Gay VE3WWG
2003-04-17 16:58         ` Warren W. Gay VE3WWG
2003-04-17 22:02         ` Robert A Duff
2003-04-16 19:16     ` If anybody wants to make something in Ada but do not know what Pascal Obry
2003-04-16 19:42       ` Samuel Tardieu
2003-04-24 13:55   ` Frode Tenneboe
2003-04-28 16:00     ` Warren W. Gay VE3WWG
2003-04-28 17:28       ` Preben Randhol
2003-04-28 19:53         ` Wesley Groleau
2003-04-29  6:14           ` Preben Randhol
2003-04-29 17:40       ` Georg Bauhaus
2003-04-16 17:52 ` Jano
2003-04-16 18:43 ` Wesley Groleau
2003-04-16 20:03   ` Randy Brukardt
2003-04-16 20:01 ` Randy Brukardt
2003-04-16 23:21   ` Wesley Groleau
2003-04-17  8:05     ` AG
2003-04-17 16:52       ` Wesley Groleau
2003-04-17 22:02         ` AG
2003-04-17 22:58     ` Randy Brukardt
2003-04-19  6:28       ` Tarjei T. Jensen
2003-04-23 19:32         ` Robert C. Leif
2003-04-24  1:35           ` Wesley Groleau
2003-04-16 23:26   ` Wesley Groleau
2003-04-17 22:28     ` Randy Brukardt
2003-04-30 12:44 ` Frank
2003-04-30 19:59   ` Free SVG tools Nick Roberts
2003-05-02  4:54     ` Steve Bowen
2003-05-02 20:12       ` Martin Holmes
2003-05-03 18:54         ` Steve Bowen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox