How to reprodruce :
1) add schema with a formencode.validators.Email validator
2) create yous controles & templates with it
3) fill the form with somethin without the @ carracter for example 'some thing'
--> The error validation message complain then because there is more than one @ in the email,
but the message must be complaining because there is no @ at all.
2009-07-14 09:39:34 UTC in FormEncode for Python