steffen: server/kolabd/kolabd kolabquotawarn,1.3.2.2,1.3.2.3

cvs at intevation.de cvs at intevation.de
Thu Sep 15 10:01:31 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv32293

Modified Files:
      Tag: kolab_2_0_branch
	kolabquotawarn 
Log Message:
Lets try if this solved the encoding issue (Issue779)

Index: kolabquotawarn
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/Attic/kolabquotawarn,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -d -r1.3.2.2 -r1.3.2.3
--- kolabquotawarn	15 Sep 2005 07:22:08 -0000	1.3.2.2
+++ kolabquotawarn	15 Sep 2005 08:01:29 -0000	1.3.2.3
@@ -131,7 +131,7 @@
   my $mail = Mail::Message->build(  From => "MAILER-DAEMON",
 				To => $user,
 				Subject => "Quota warning",
-				Charset => "utf-8",
+				"Content-Type" => "text/plain charset=utf-8",
 				data => $msg );
   $mail->print if $opt_d;
   my $mailer = Mail::Transport::SMTP->new();





More information about the commits mailing list