This is a bit off topic, but I thought it might be useful to some members.
Dogged by a [EMAIL PROTECTED] that has locked onto your contact page?

Add a random $_GET number to your contact-me website link, and compare it with 
a session that is also sent. The referer value is redundant now (can be turned 
off with most browsers and beta IE8) so I would imagine a lot will.

On error, redirect to another page.

<html><head><title>Contact Me</title>
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="Refresh" 
content="1800;url=http://please-remove-me-from-your-spam-list.ok";>
</head>
<body>
<h2>Validating your message......</h2>
</body>
</html>

30 min delay, then goto a non-existant site which will 404.
This hiccups their automated list and I think they've finally given up on 
filling my error log with 100's per day.
Hope this helps someone.
Regards, Bob E.



------------------------------------

Please remember to write your response BELOW the previous text. 

Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-listYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/php-list/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to