I have a few forms on my site that have been getting hammered by SPAM bots lately. I've finally got it under control (without the use of a captcha).
Basically, I'm checking the form for various flags. If detected, I simply redirect them request to google.
Is there a way to redirect the bot either back to it's IP address, or some kind of infinite loop that will possible slow it down, or at least cause a minor headache for the person behind it?
CLARIFICATION:
I am already blocking the SPAM, I'm looking for a clever way to irritate the spammer once I redirect them.