|
I recently wrote a Bayesian spam filter, I used Paul Graham's article Plan for Spam and an implementation of it in C# I found on codeproject as references to create my own filter.
I just noticed that the implementation on CodeProject uses the total number...
Started by Waleed Eissa on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I am pretty sure it is open source and....
It does a very good job.
You may want to look at PopFile, a time tested perl implementation .
Can you alter your code to use the other methods? Then you could test with a different data set, and post the results .
|
|
Explain your issue in full detail here:
For years I've hated the haphazard spam filtering in Google Mail. I also despise the fact that I am forced to use the Webmail interface to manage it, in spite of the fact that it is not the way I want to interact...
Started by Mark A. Craig on
, 22 posts
by 4 people.
Answer Snippets (Read the full thread at google):
I had to create an explicit filter example of a GMail spam FAIL).
I setup a filter to watch for firstlast, checked "never send it to spam", and let it run overnight, I know that any mail addressed that way is spam.
|
|
I'm getting at least 50 Viagra ads a day and it's driving me insane.
I currently have a hosted MS Exchange account and a Gmail account. My Gmail account forwards to my Exchange account. Both of my addresses are used evenly, and it has been really nice...
Started by kirkouimet on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
If so, isn't there any pressure you can exert on the vendor to add spam-filtering?
Not exactly what you asked....
If you're using web company.
If you're using Outlook, you could use one of the spam filtering plug-ins for that.
|
Ask your Facebook Friends
|
I'm looking for a spam filter that I can integrate into my ASP.NET application. I don't want any delegate services (e.g. Akismet) as I'm doing this for a high traffic website, any suggestions?
Edit: I mean a post spam filter, it's a forum based website...
Started by Waleed Eissa on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Edit : I had taken out the Spam Filter filter" do you mean CAPTCHA? Or Email spam filtering?
If you don't want to use CAPTCHA's, because to filter out ....
Mondor's ASP.NET CAPTCHA Control And Many, Many More.
|
|
What are the criterias considered by a SPAM filter to decide an email is a
SPAM ?
Answer Snippets (Read the full thread at linkedin):
....
Crude spam filters look filter.
It depends upon the specific spam filter.
What would you need this info for? Perhaps to get around the spam filter? There are many are authenticating with your server.
|
|
Hello,
Do you know a good (and free, if possible) Microsoft Exchange spam filter?
Started by Olivier PAYEN on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at serverfault):
XWall Spam Filter Sunbelt Ninja Email Security If you don't mind an outsourced service, you may://www.thefreespamfilter.com
Free Exchange server-side spam filter appliance built on VMWareI don't know of many free products....
|
|
Are naive Bayesian based spam filters effective?
I heard that spammers easily bypass them by stuffing extra words (non spam related words).
What programming techniques can you use when using Bayesian filters to prevent that?
Started by Waleed Eissa on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If the spam filter has low introduce ....
I use Fidelis Assis's OSBF-Lua which is a very successful filter: it keeps winning contests for spam and never passes through an off-network relay host is probably not spam.
|
|
In a web application how is spam and inappropriate content filtered ... spam probably captcha and what abt inappropriate content, vulgarities etc?
Started by iceangel89 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can add to the list over time with words .
Can then flag / filter content based on your list.
|
|
I was wondering if there is any good and clean oo implementation of bayesian filtering for spam and text classification? For learning purposes.
Started by AskAboutGadgets.com on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
In French, but you should be able to find the download link :) PHP Naive Bayesian Filter Check out Chapter 6 of Programming Collective Intelligence of spam detection or....
Bayesian Spam Filter for C# (hosted on CodeProject).
|
|
I am looking for a Python library which does Bayesian Spam Filtering. I looked at SpamBayes and OpenBayes, but both seem to be unmaintained (I might be wrong).
Can anyone suggest a good Python (or Clojure, Common Lisp, even Ruby) library which implements...
Started by Baishampayan Ghose on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
SpamBayes.
It's a spam filtering module in a single file.
Try Reverend.
Do you want spam filtering Rpy to hook into R.
With many mail systems, which means a relative ease of interfacing .
|