From: Alex <mys...@gm...> - 2013-06-03 23:21:26
|
Hi, >> 896 $rfc822_header->encoding = $special_encoding; >> 897 else >> 898 $rfc822_header->encoding = '8bit'; >> 899 if ($default_charset) >> 900 $content_type->properties['charset']=$default_charset; >> >> I believe I'm using the most recent version. Is there a configuration >> option I'm missing? > > No, it's a bug that was inherited from the core (v1.5.2). A fixed > version will be out soon, but in the meantime, you can just change > $rfc822_header to $header at the beginning of lines 896 and 898. It looks like this has fixed it. What has been the effect of operating without this correction for so long? Thanks, Alex |