added a bunch of patches from the patch manager
[squirrelmail.git] / src / compose.php
index 5617da79e13599fa36313e5d466e2e3dc7bfc7ce..9c8acbaa8d23817794c735e1f65bd9375c66c853 100644 (file)
 
       /** This formats a CC string if they hit "reply all" **/
       if ($send_to_cc != "") {
+         $send_to_cc = ereg_replace( '"[^"]*"', "", $send_to_cc);
          $send_to_cc = ereg_replace(";", ",", $send_to_cc);
          $sendcc = explode(",", $send_to_cc);
          $send_to_cc = "";