12345
$test = 'Max Muster <max-muster@muster_test-2.de>foo-bar-sonstwas-oderauchnix>';if ($test =~ /\@([^>]+)>/) { print "domain: $1\n";}