- Fixed endless loop when trying to parse "From: )(" (#1517867). This was caused by previous fix that didn't take a strrpos smaller than the first '(' in account. It still doesn't parse it right, but it never did and never will, since it's actually completely incorrect. But we don't hang on it anymore. Thanks Ruso for reporting.