steffen: server/kolabd/kolabd kolabquotawarn.in,1.1,1.2

cvs at intevation.de cvs at intevation.de
Thu Sep 15 10:02:53 CEST 2005


Author: steffen

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

Modified Files:
	kolabquotawarn.in 
Log Message:
Lets try if this solves the encoding issue (Issue779)

Index: kolabquotawarn.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabquotawarn.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolabquotawarn.in	13 Sep 2005 14:38:22 -0000	1.1
+++ kolabquotawarn.in	15 Sep 2005 08:02:51 -0000	1.2
@@ -34,6 +34,7 @@
 use IO::File;
 use DB_File;
 use Mail::Message;
+use Mail::Transport::SMTP;
 use Cyrus::IMAP::Admin;
 use Kolab;
 use Kolab::Util;
@@ -130,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