From 0999a8bc1170e32c3344cf5e746817cb45625a46 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 15 Aug 2002 06:37:49 +0000 Subject: [PATCH] sec. try git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3307 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/smtp.php b/functions/smtp.php index eeaa28eb..5c9f7f0e 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -753,7 +753,7 @@ function calculate_references($refs, $inreplyto, $old_reply_to) { $refer = trim($regs[1]); } else { - $refer .= ' ' . trim($regs[1]); + $refer .= ' ' . trim($refs[0][$i]); } } -- 2.25.1