Show
Ignore:
Timestamp:
07/21/03 08:32:42 (21 years ago)
Author:
jalet
Message:

Prevents email messages to be sent at modification/creation time for
a user/group quota

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r1078 r1089  
    2323# 
    2424# $Log$ 
     25# Revision 1.54  2003/07/21 06:32:42  jalet 
     26# Prevents email messages to be sent at modification/creation time for 
     27# a user/group quota 
     28# 
    2529# Revision 1.53  2003/07/09 06:03:41  jalet 
    2630# Fixed typo when using edpykota --prototype 
     
    518522                                        self.logger.log_message(_("Group %s not found in the PyKota Storage.") % groupname) 
    519523                                         
    520                         getattr(self, "warn%sPQuota" % suffix)(entrypquota)     
     524                        # This line disabled to prevent sending of unwanted email                  
     525                        # messages if quota is reached at creation/modification time. 
     526                        # The check will be done at print time anyway. 
     527                        # getattr(self, "warn%sPQuota" % suffix)(entrypquota)     
    521528                      
    522529if __name__ == "__main__" :