As a hack to your script, how about adding a simple string test?

<cfif not isValid("email", emailVal) or emailVal is not trim(emailVal)>
... handle exception ...
</cfif>

That would leverage isValid() for the actual string content, but it would 
separately catch any address that hadn't been trimmed.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328801
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to