From 526b997c9891a796b152cdbab8e329b356b1f596 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 22 Feb 2013 08:59:02 -0500
Subject: [PATCH] Merged revisions 3803-3844 from stable branch.

---
 interface/lib/classes/ispcmail.inc.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/interface/lib/classes/ispcmail.inc.php b/interface/lib/classes/ispcmail.inc.php
index 388a638..e30a711 100644
--- a/interface/lib/classes/ispcmail.inc.php
+++ b/interface/lib/classes/ispcmail.inc.php
@@ -652,7 +652,8 @@
                 else $rec_string .= $recip;
             }
             $to = $this->_encodeHeader($rec_string, $this->mail_charset);
-            $result = mail($to, $subject, $this->body, implode($this->_crlf, $headers));
+            //$result = mail($to, $subject, $this->body, implode($this->_crlf, $headers));
+			$result = mail($to, $enc_subject, $this->body, implode($this->_crlf, $headers));
         }
         
         // Reset the subject in case mail is resent

--
Gitblit v1.9.1