switch config to JSON format and new rules/modifications logic

This commit is contained in:
2020-04-22 19:50:25 +02:00
parent 594d3a466b
commit 1bcfbb2414
7 changed files with 619 additions and 450 deletions

9
test-pymodmilter Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env python
import sys
import pymodmilter.run
if __name__ == '__main__':
sys.exit(
pymodmilter.run.main()
)