Since this bot tries to inject headers into every field you have, best to check all.
Using your method...
$email=str_replace("\r","\n",$email);
$name=str_replace("\r","\n",$name);
$comments=str_replace("\r","\n",$comments);
$phone=str_replace("\r","\n",$phone);
etc...