> I've added a check into my form processing, if ANY field has 
> "content-type" or "multi-part" I don't process the form,

I seen a bunch of ideas - including some CFC's that did all sorts of 
processing and such, but "keep it simple and stupid" seems to work great 
as well.

Since the bot likes to put an email address into almost every field:

Name: [EMAIL PROTECTED]<br />
Email: [EMAIL PROTECTED]<br />
Phone: [EMAIL PROTECTED]<br/>


I've gone with the previous idea posted here of just checking for 
duplicate information in different fields.

"if form.name = form.email = form.phone, then don't process..."

Is working great and is much easier to retrofit into some older legacy 
sites/forms...

Cheers!

-- 
-----------
Les Mizzell

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218532
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to