$str = "0 2009-09-30 01:09:25-04 test@hotmail.com 2009-09-30 01:09:25.199084-04 active";
preg_match('/\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*/', $str);