Florian Lindner wrote:
> Hello,
> is there a function in the Python stdlib to test if a string is a valid
> email address?

Nope, most any string with an @ in it could be a valid email addy. Send 
a message to the addy, if it doesn't bounce, then it's valid.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to