From 7aee1bf8ba26c3d494c2b22f5fdb3cf80fd11952 Mon Sep 17 00:00:00 2001 From: fidian Date: Thu, 1 Feb 2001 00:35:59 +0000 Subject: [PATCH] Removed workaround for Konqueror. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1023 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/functions/smtp.php b/functions/smtp.php index 56524653..cae5cbc0 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -516,9 +516,6 @@ $body = ereg_replace("\r\n", "\n", $body); $body = ereg_replace("\n", "\r\n", $body); - // Make sure that $t does not contain newlines. - $t = ereg_replace("[\n|\r]", "", $t); - if ($useSendmail) { $length = sendSendmail($t, $c, $b, $subject, $body, $more_headers); } else { -- 2.25.1