How do I get the domain from an email-adress in ruby?
If you prefer using a library dedicated to understanding these things:
→ irb -rmail ruby-1.9.2-p0 > Mail::Address.new('feep+wibble@example.com').domain => "example.com"