[LON-CAPA-cvs] cvs: CVSROOT / loginfo.pl
raeburn
raeburn at source.lon-capa.org
Mon Jul 4 14:32:49 EDT 2011
raeburn Mon Jul 4 18:32:49 2011 EDT
Modified files:
/CVSROOT loginfo.pl
Log:
- Include charset="us-ascii" in e-mail header.
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.9 CVSROOT/loginfo.pl:1.10
--- CVSROOT/loginfo.pl:1.9 Wed Nov 26 18:54:53 2008
+++ CVSROOT/loginfo.pl Mon Jul 4 18:32:49 2011
@@ -233,17 +233,18 @@
"\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";
More information about the LON-CAPA-cvs
mailing list