summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/maildaemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maildaemon.php b/scripts/maildaemon.php
index a4003b6b2..9b3628b86 100755
--- a/scripts/maildaemon.php
+++ b/scripts/maildaemon.php
@@ -301,7 +301,7 @@ class MailerDaemon
$this->extract_part($parsed,$msg,$attachments);
- return array($from, $to, $msg, $attachments);
+ return array($from, $to, utf8_encode($msg), $attachments);
}
function extract_part($parsed,&$msg,&$attachments){