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
    
        - Previous message: steffen: server/postfix Makefile, 1.11, 1.12 kolab.patch, 1.3,	1.4 postfix-ldap-leafonly.patch, 1.1,	1.2 postfix-pipe-allow-empty-sender.patch, 1.1, 1.2 
 
        - Next message: steffen: server/perl-kolab perl-kolab.spec.in,1.12,1.13 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
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 {
    
    
        
	- Previous message: steffen: server/postfix Makefile, 1.11, 1.12 kolab.patch, 1.3,	1.4 postfix-ldap-leafonly.patch, 1.1,	1.2 postfix-pipe-allow-empty-sender.patch, 1.1, 1.2 
 
	- Next message: steffen: server/perl-kolab perl-kolab.spec.in,1.12,1.13 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list