Blocking specific senders in forms

  • Thread starter Thread starter Tim
  • Start date Start date
T

Tim

Help.
I created a website with FrontPage 2003 a few years ago. The site includes a
page where visitors can send comments. The comments then show up in my
personal email as sent by the site's host server. Lately I've been receiving
a lot of spam that originate from about a dozen specific IP addresses. Is
there some way I can block those IP addresses?
Thanks,
Tim
 
Not when using the FP form handler, however you can see if your web host is willing to block them or
you will need to switch to using server-side scripting to process your forms, when you can then
write code to block bad users to certain degree.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
I have found if you rename the page (and update the links) the spam comments
stop. I THINK they are using 3rd world labor to find these using "comments"
as the search word. Those people then populate and configure a script that
submits that crap.

What I do is rename the page, then renam all the form field names too,
remove the word "comments" from the page (don't use feedback, contact us,
etc. either). If you do that, the script can't find the form anymore, and
then when they go fishing for more forms to spam, they are less likely to
find it again.

You will get a certain amount of spam no matter what you do though.
 
Back
Top