change config file format/style and add disclaimer functionality

This commit is contained in:
2020-05-05 10:56:59 +02:00
parent 466cbd32e6
commit 390ef046a1
8 changed files with 580 additions and 139 deletions

View File

@@ -37,9 +37,15 @@ setup(name = "pymodmilter",
},
data_files = [
(
'/etc/pymodmilter',
"/etc/pymodmilter",
[
'docs/pymodmilter.conf.example'
"docs/pymodmilter.conf.example"
]
), (
"/etc/pymodmilter/templates",
[
"docs/templates/disclaimer_html.template",
"docs/templates/disclaimer_txt.template"
]
)
],