steffen: server/kolabd/kolabd kolabquotawarn,1.4,1.5

cvs at intevation.de cvs at intevation.de
Sat Jul 23 00:45:04 CEST 2005


Author: steffen

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

Modified Files:
	kolabquotawarn 
Log Message:
fixes

Index: kolabquotawarn
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabquotawarn,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- kolabquotawarn	22 Jul 2005 22:36:14 -0000	1.4
+++ kolabquotawarn	22 Jul 2005 22:45:02 -0000	1.5
@@ -133,7 +133,8 @@
 				Charset => "utf-8",
 				data => $msg );
   $mail->print if $opt_d;
-  $mail->send( via => smtp );
+  my $mailer = Mail::Transport::SMTP->new();
+  $mailer->send( $mail );
 }
 
 sub kolablistquotas {





More information about the commits mailing list