From 5554c7d1a0d84bede5db2dc3965015062272e01f Mon Sep 17 00:00:00 2001 From: fidian Date: Wed, 31 Jan 2001 18:17:47 +0000 Subject: [PATCH] Commented out code -- I don't think that this problem exists anymore, so we don't need to correct for it. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1012 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/functions/smtp.php b/functions/smtp.php index 4e677109..8579e9a1 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -517,9 +517,10 @@ $body = ereg_replace("\n", "\r\n", $body); // Make sure that $t, $c, and $b do not contain newlines. - $t = ereg_replace("[\n|\r]", "", $t); - $c = ereg_replace("[\n|\r]", "", $c); - $b = ereg_replace("[\n|\r]", "", $b); + // I don't think they are needed anymore + //$t = ereg_replace("[\n|\r]", "", $t); + //$c = ereg_replace("[\n|\r]", "", $c); + //$b = ereg_replace("[\n|\r]", "", $b); if ($useSendmail) { $length = sendSendmail($t, $c, $b, $subject, $body, $more_headers); -- 2.25.1