bh: server/kolabd/kolabd kolabquotawarn,1.3.2.5,1.3.2.6

cvs at intevation.de cvs at intevation.de
Fri Nov 4 20:47:54 CET 2005


Author: bh

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

Modified Files:
      Tag: kolab_2_0_branch
	kolabquotawarn 
Log Message:
Add missing semicolon to the contenttype header of the warn mails.  This
should fix the encoding problem of Issue779 which wasn't quite finished
after all.


Index: kolabquotawarn
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/Attic/kolabquotawarn,v
retrieving revision 1.3.2.5
retrieving revision 1.3.2.6
diff -u -d -r1.3.2.5 -r1.3.2.6
--- kolabquotawarn	30 Sep 2005 12:42:34 -0000	1.3.2.5
+++ kolabquotawarn	4 Nov 2005 19:47:52 -0000	1.3.2.6
@@ -136,7 +136,7 @@
   my $mail = Mail::Message->build(  From => "MAILER-DAEMON",
 				To => $user,
 				Subject => "Quota warning",
-				"Content-Type" => "text/plain 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