MozaicWorks / DMARCReporting

Simple tool to extract error reports from DMARC files
MIT License
11 stars 2 forks source link

Move the unarchiving of zip files to the Python code #8

Closed tdpauw closed 2 years ago

tdpauw commented 2 years ago

The unarchiving of gzip files is now handled by the shell script DMARCReporting.sh.

This should be handled by the Python code. At this point the shell script just delegates to the Python binary ./bin/DMARCReporting. As such, the shell script can be definitely removed from the code base.