Login to participate
  
Register   Lost ID/password?
Louis Kessler’s Behold Blog » Blog Entry           prev Prev   Next next

Thursday, March 29, 2007 - Thu, 29 Mar 2007

For almost a year, I’ve been annoyed by spam bots pressing the “Send Key” link on Behold’s download page, to a non-existant e-mail address. This results in an e-mail bounce and some administrative headaches on my part. The most blatant of these is one I get about twice a day with a return address of jackass@wallasasa.com. (Type that e-mail address into Google and you’ll see over 800 other sites that are getting hit by it as well.)

Since then, I’ve been trying to find an e-mail verification program so that I can trap bad addresses before I send to them. I tried about 4 different ones now, and I’d pay the $200 to purchase one that would work. Two of them qualify, but both require installation by my webhost, and unfortunately for me, they are unwilling to do that.

So the alternative was to write one myself. This took me away from 4 days of Behold development, but I now must say I know just about everything about the way e-mails work and how to validate them. I was able to write a program to do exactly what I needed.

That was the good news. The bad news is that Delphi programs must be called from server side include pages. They cannot be called from ASP script pages or standard web pages. Server side include pages do not have the capability to send the e-mail address and then to receive the response and take the approriate action.

So I’ll put that on the backburner for now and maybe an idea will come to me some night in the middle of my sleep. In the meantime, I’ll block the IP addresses for the spam bots as a partial measure.

2 Comments           comments Leave a Comment

1. Mark Argentino (MarkArgentino)
United States flag
Joined: Tue, 22 May 2007
1 blog comment, 0 forum posts
Posted: Tue, 22 May 2007  Permalink

I read your blog post about our mutual annoying friend, jackass@wallasasa.com and the plethora of spam posts that this bot puts out. Still only 788 hits with google, but this bot is very annoying.

The variable IP stops me from blocking this time waster, but I have to agree, it’s annoying.

If you ever figure out a method to stop these spam email signups, let me know.

In the meantime, I wish you and your family all the best!
Mark

2. Louis Kessler (lkessler)
Canada flag
Joined: Sun, 9 Mar 2003
287 blog comments, 245 forum posts
Posted: Fri, 25 May 2007  Permalink

I ended up simply hardcoding that domain into my automated sending script. For now, it seems to be the only domain that is managing to “press” the download button.

If this becomes a major problem with multiple domains and IP addresses, then I will have go back and try to get a verify-email script working.

Louis

Leave a Comment

You must login to comment.

Login to participate
  
Register   Lost ID/password?