Forum Moderators: phranque
Or is that a really bad idea and would it be better just to let it happen, safe in the thought that I don't have what they're looking for?
Thanks,
Pablo
[edited by: engine at 7:52 pm (utc) on Aug. 19, 2003]
[edit reason] No sigs, thanks. See TOS [webmasterworld.com] [/edit]
-----------
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Welcome to my wonderful mailservice beloved guest"; -you might want to change the wording. Plus, they´re bots, so they'll probably not read it, but it's a nice gesture anyway ;)
/claus
"Bad-bot script follow up"
[webmasterworld.com...]
I'll recommend adding this to your .htaccess file in stead, it does about the same as the thread subject - i use it myself, and it makes them dissappear after some attempts.
RewriteEngine on
RewriteCond %{REQUEST_URI} (.?mail.?form¦form¦(GM)?form.?.?mail¦.?mail)(2¦to)?\.?(asp¦cgi¦exe¦php¦pl¦pm)?$ [NC]
RewriteRule ^.*$ - [F] The broken pipes "¦" must be replaced by the real ones entered from your keyboard, this forum does not display the right ones. There are just threee lines, all starting with the letter R.
/claus