Add support for Canonicalization option

This commit is contained in:
Scott Kitterman
2018-02-18 00:56:02 -05:00
parent 76f2a34fe4
commit 51464bd7f8
7 changed files with 23 additions and 11 deletions
+1
View File
@@ -92,6 +92,7 @@ def write_pid(milterconfig):
if milterconfig.get('Syslog'):
syslog.syslog('Unable to write pidfle {0}. File exists.'.format(milterconfig.get('PidFile')))
raise RuntimeError('Unable to write pidfle {0}. File exists.'.format(milterconfig.get('PidFile')))
return pid
####################
def read_keyfile(milterconfig, keytype):