--- CVSROOT/loginfo.pl 2008/11/26 18:54:53 1.9 +++ CVSROOT/loginfo.pl 2011/07/04 18:32:49 1.10 @@ -233,17 +233,18 @@ if (length($diffmsg) > 8000) { "\n". "This is a MIME encoded message\n\n". "--$boundary\n". - "Content-Type: text/plain\n". + 'Content-Type: text/plain; charset="us-ascii"'."\n". "\n". $common_body. "--$boundary\n". - "Content-Type: text/plain\n". + 'Content-Type: text/plain; charset="us-ascii"'."\n". "Content-Disposition: attachment; filename=\"$cvsuser-$now.txt\"\n". "\n". "$diffmsg\n". "--$boundary--\n"; } else { $email = $common_header. + 'Content-Type: text/plain; charset="us-ascii"'."\n". "\n". $common_body. "$diffmsg\n";