log.pl
changeset 16 bb1b17fee8c3
parent 14 744cb8934861
child 19 3a86e78a18b1
child 21 2404b9e58749
--- a/log.pl	Wed Feb 11 11:08:08 2009 +0000
+++ b/log.pl	Tue Mar 24 11:00:38 2009 +0100
@@ -222,6 +222,8 @@
 	    $subject =~ s/\n(.)/\n\t$1/g;
 
 	    $mailer->open({
+		"Content-Type" => "text/plain; charset=utf-8",
+		"Content-Transfer-Encoding" => "8bit",
 		"To" => $mailto,
 		"Subject" => $subject});
 	    print $mailer $head, "\n", $text;