|
There are some really good questions already on spam issues.
I am planning to launch a service that has the word "bitch" in the service name and the domain name. I am wondering if this word, which is not such a faux pas in today's society, will cause ...
Started by RyOnLife on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Baysean filters indirectly require someone to make the determination is or is....
That being said, spam filters use many different heuristics to make a determination as to what spam determination that something is spam.
|
|
Duplicate of http://stackoverflow.com/questions/371/how-do-you-make-sure-email-you-send-programmatically-is-not-automatically-marke
Initially I planned to send emails from my website as html (i.e. content-type: text/html;) but I just thought about something...
Started by Waleed Eissa on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I think to be safe, other than what Tim Howland recommended, you could always first be considered spam in the first place....
In my experience, most anti-spam systems will score HTML's Hamminess slightly below plaintext spam indicators.
|
|
I have heard that most spam filters use a reverse DNS lookup on the originating IP address of the sending SMTP server (or something like that) as part of the verification process. I want to make sure my emails will pass this check. How exactly can I verify...
Started by codeflunky on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
If they match, bravo.....
You check whether the mail server who just talked to you is not pretending to be someone else by corelating the forward DNS query (the A record of the domain) with the reverse query (the PTR record of the IP address) .
Exactly so.
|
Ask your Facebook Friends
|
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):
My suggestion would.
In general, most filters have moved past the algorithms outlined in Graham's paper.
|
|
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 trying to ....
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.
|
|
I am starting to find that my spam filters are blocking my customers emails because they are including links to their websites at the bottom of their emails. Ironically some have links to their own spam blocking programs on them.
Is there are way to combat...
Answer Snippets (Read the full thread at logisticforums):
URL checking.
Remove that rule from your spam filter.
Yup, loosen the rubber band a little....
|
|
What is going on?I setup passthrough on Postini to move mail through without filtering... to allow google apps filter to filter the SPAM. I do not think it is filtering anything. I pull mail via Outlook and the Junk Filter in Outlook is doing a much
Started by theitbum on
, 25 posts
by 8 people.
Answer Snippets (Read the full thread at google):
I'm extremely disappointed in the implementation more....
You No buck passing going on :-) Frank's the best filtering via the Google Spam filters is HORRIBLE.
Now I'm being spammed to death.
GoogleApps Spam filter.
|
|
Brian, Do you have any spam filters on this message board? I noticed that you have several hundred spam accounts that keep appearing.
There are several things to do in case this becomes a problem and if you want any help, lemme know... I am a former network...
Started by Scott D on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at coverville):
Edited for content by your local constable This is totally IRONIC mopojo obviously knows about your obsession with Christina Aguilara!
Stupid spammers!
~Zig .
|
|
Gotta love those spammers. I sent this reply to one just now. Be interesting to see if it works.
TAKE ME OFF YOUR LIST, OTHERWISE I WILL ORGANISE ALL MY SEVERAL THOUSAND MEMBERS TO EMAIL BOMB YOU
G !!!
You would do well to take me seriously. Your emails...
Started by FenceFurniture on
, 15 posts
by 8 people.
Answer Snippets (Read the full thread at woodworkforums):
Best thing to do with spam is ignore are worse no better than the original ....
What you did was bordering dumb stupid not really smart .
Get a good spam filter or an email guard where email senders have to prove to go.
And delete....
|
|
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.
|