Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Alex Barnett's blog
The blog of Alex Barnett
RSS 2.0
Atom 1.0
Home
Email
Search
Tags
Attention
Bubble 2.0
microformats
Microsoft
Mix06
MSN API
OPML
RSS
Tagging
Tech
Web
Web 2.0
Archives
March 2007 (1)
September 2006 (1)
August 2006 (40)
July 2006 (37)
June 2006 (37)
May 2006 (24)
April 2006 (53)
March 2006 (55)
February 2006 (46)
January 2006 (105)
December 2005 (79)
November 2005 (134)
October 2005 (113)
September 2005 (92)
August 2005 (55)
July 2005 (29)
June 2005 (38)
May 2005 (44)
April 2005 (49)
March 2005 (57)
February 2005 (29)
January 2005 (34)
December 2004 (37)
November 2004 (3)
October 2004 (10)
September 2004 (21)
August 2004 (30)
July 2004 (20)
June 2004 (22)
May 2004 (31)
April 2004 (10)
March 2004 (1)
January 2004 (1)
December 2003 (2)
About me and this site
me, me, me
This blog's Disclaimer
My blogroll (Bloglines)
My blogroll (as OPML file)
Podcast Archive
My Podcasts archive
Screencast Archive
Screencast Archive
Thoughts on...
My RSS writings
My Attention writings
What is RSS?
What is RSS?
Monday, December 20, 2004 10:20 AM
alexbarn
Comment spamming - it's going to get worse.
Comments
#
re: Comment spamming - it's going to get worse.
Monday, December 20, 2004 12:50 PM by
William Luu
indeed. i'm surprised there haven't been any additional anti-spam measures implemented into weblogs.asp.net/blogs.msdn.com.
i would have thought, one of the better ones would be implementing some sort of keyword filtering.
maybe use some regex or something to catch the keywords and throw them into a comment moderation queue.
i think over the past month or so, i'm seeing many posts on weblogs.asp.net/blogs.msdn.com complaining about the spam.
i'm sure many technique could well be implemented, but the fight against spammers is a never ending one.
you find a new technique to block them (spam), they (spammers) find a new technique to bypass it.
perhaps have a look at the mail clients, and have a look at how they are implementing the spam filtering. i think that's the right direction for blog spam filtering.
#
re: Comment spamming - it's going to get worse.
Monday, December 20, 2004 2:12 PM by
Douglas Reilly
Movable Type has a tool that allows you to filter using regex. It is not perfect (folks get more and more clever) but in looking at the log for one blog I have on Movable Type, it is amazing the number of spam entries that it does catch.
#
re: Comment spamming - it's going to get worse.
Tuesday, December 21, 2004 12:48 AM by
Jeff Atwood
Why not just drag and drop my CAPTCHA control on your ASP.NET WebForm?
http://www.codeproject.com/aspnet/CaptchaControl.asp
;)
#
re: Comment spamming - it's going to get worse.
Tuesday, December 21, 2004 1:56 AM by
William Luu
Doublas: I think the RegEx would be the minimum that they should implement.
I'm using WordPress for mine. I've not gotten any comment spam bypassing it for the past month. Which I think is quite a good record.
I've only started agreesively adding words to filter out (at the end of October). I've gotten in excess of 2000 spam comments that didn't get through during that time. I think less than 10 have actually made it through the filters. One of the problems I encountered was that the spammers have started using some sort of HTML Encoding to bypass the filters.
Not really sure on the CAPTCHA idea though.
Sites like Engadget send you an email to confirm your own comment before it appears. It is good, for now.
Or you can require some sort of authentication, but many would get annoyed by that.
Anyway, what I'd love to see made available in the next release of .Text is at a minimum, allow bloggers to whack in their own RegEx, or at least word filtering.
I think what annoys people the most is having to turn off comments due to spam.
It annoys the blog author, and the blog readers.
In the end, I think there can be a lot of arguments for and against all the different approaches, but I think it would be agreed that there needs to be something implemented quite soon to help the fight against comment spam here quite soon.
#
Comment spam - it's going to get a little better
Wednesday, January 19, 2005 3:15 AM by
Alex Barnett blog
#
Fixing Comment Spam
Wednesday, January 19, 2005 8:40 AM by
Chris Garrett's Internet Marketing Blog
.. and why it won't work!
New Comments to this post are disabled