0

I am writing a piece of messaging software that will send and receive text, voice, fax etc. via SMTP (email).

I need to Programatically have the ability to scan incoming and outgoing emails for viruses, spam etc.

QUESTION: Can anyone offer a suggestion on a product to use for this? I tend to stay away from the consumer level software (Symantec, Mcaffe etc.)

My software is all C#/C++ so it would be ideal if it has a .NET interface, but if it is a "C" that should work too.

Thanks in advance.

Raiford
  • 159
  • 1
  • 7
  • Do the related questions on the right help? http://stackoverflow.com/questions/975112/net-virus-scanning-api http://stackoverflow.com/questions/194013/anti-virus-integration-with-net-application – weiqure Jul 23 '09 at 18:17
  • @weiqure: That tells him how to do it, but doesn't tell him which product to use, which is his question. – Brian Jul 23 '09 at 18:27

1 Answers1

0

Dspam might be just what you're looking for. Otherwise, this simple C# class that integrates with SpamAssassin might be helpful.

Community
  • 1
  • 1
bbrown
  • 6,370
  • 5
  • 37
  • 43