*** lla.pl.orig	Wed May  2 14:27:49 2001
--- lla.pl	Wed May  2 14:28:14 2001
***************
*** 123,129 ****
  else 
  {
   $MailSubject = "LDAP Log Analyse Report";
!  open (EMAIL , "| /bin/mail -s \"$MailSubject\" $email");
   print EMAIL $report;
   close EMAIL;
  
--- 123,129 ----
  else 
  {
   $MailSubject = "LDAP Log Analyse Report";
!  open (EMAIL , "| /usr/bin/mail -s \"$MailSubject\" $email");
   print EMAIL $report;
   close EMAIL;
  
