Parsing postfix

This commit is contained in:
2023-09-07 21:27:30 +02:00
parent 2325d9a5a0
commit 9e5ae61c69
6 changed files with 37 additions and 15 deletions
+3
View File
@@ -15,6 +15,9 @@ class Parsing(ParsingBase):
# Generate report
self._constructReports()
# TODO:
# We are not parse file and process. We parse file and process and for each
# line, we try to find in the file and in the process
for audit in self._audit:
if audit['audit'] == 'file':
with open(audit['value'], 'rb') as fdata: