Can i develop spam filter in C# ? if is it so , where do i start ?
killer88 0 Light Poster
Recommended Answers
Jump to PostA spam filter, at its basic level, is simply a set of rules applied to your data and it scores points based on those rules.
For example;
1. Does this address exist in the CBL = 1000 points
2. Does the subject contain "$1,000,000" = 20 points
3. Does the …
Jump to PostWe aim to please. MSDN should be your friend. Here is The String class, all the string manipulation you want! Happy programming.
All 5 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Ketsuekiame 860 Master Poster Featured Poster
killer88 0 Light Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
killer88 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.