- Added support for DiagnosticDirectory and updated dkimpy-milter specifics in

dkimpy-milter.conf.5
This commit is contained in:
Scott Kitterman
2018-03-09 17:10:48 -05:00
parent 4769bde19c
commit 36ff60d8d3
5 changed files with 20 additions and 17 deletions
+3 -1
View File
@@ -46,7 +46,8 @@ defaultConfigData = {
'UserID' : 'dkimpy-milter',
'Canonicalization' : 'relaxed/simple',
'InternalHosts' : '127.0.0.1',
'InternalHostsObj' : False
'InternalHostsObj' : False,
'DiagnosticDirectory' : ''
}
@@ -334,6 +335,7 @@ def _readConfigFile(path, configData = None, configGlobal = {}):
'Canonicalization' : 'str',
'InternalHosts' : 'dataset',
'InternalHostsObj': 'bool',
'DiagnosticDirectory' : 'str'
}
# check to see if it's a file