Evaluate Email Content

  • Thread starter Thread starter JB
  • Start date Start date
J

JB

I'm looking for a library that I can use in my code to evaluate the contents
of a file (email) to see if it is spam or not... Any body ever heard of
such a thing that isn't an intire package?

JB
 
JB,

I don't think that there is anything out there that allows you to do it
programatically. There are also a huge number of algoritms used to
determine what is and what is not spam (content analysis to determination by
community). You might want to try cloudmark (I like their solution), or
some other popular anti-spam vendors. Ask if they have an automation, .NET
compatable, or scriptable interface.

Hope this helps.
 
Back
Top