Is there any Ruby package that will check a input email for validity?  I
want to take a submitted email address from a form and at least make the
domain is real.  I would not be so much concerned in validating the actual
user in that domain but it would be nice.

I have seen some system calls to route that can do this but I was looking
for something more Ruby 'ish.

john