Show
Ignore:
Timestamp:
02/19/04 15:20:21 (20 years ago)
Author:
jalet
Message:

maildomain pykota.conf directive added.
Small improvements on mail headers quality.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/config.py

    r1257 r1353  
    2222# 
    2323# $Log$ 
     24# Revision 1.43  2004/02/19 14:20:21  jalet 
     25# maildomain pykota.conf directive added. 
     26# Small improvements on mail headers quality. 
     27# 
    2428# Revision 1.42  2004/01/08 14:10:32  jalet 
    2529# Copyright year changed. 
     
    371375            return "localhost" 
    372376         
     377    def getMailDomain(self) :     
     378        """Returns the mail domain to use to send messages to users.""" 
     379        try : 
     380            return self.getGlobalOption("maildomain") 
     381        except PyKotaConfigError :     
     382            return  
     383         
    373384    def getAdminMail(self, printername) :     
    374385        """Returns the Email address of the Print Quota Administrator."""