techsneeze / dmarcts-report-parser

A Perl based tool to parse DMARC reports from an IMAP mailbox or from the filesystem, and insert the information into a database. ( Formerly known as imap-dmarcts )
http://www.techsneeze.com/how-parse-dmarc-reports-imap/
GNU General Public License v3.0
223 stars 62 forks source link

Use 3+ argument open() calls, as we're not dealing with 'known literals' #97

Closed wolfgangkarall closed 3 years ago

wolfgangkarall commented 3 years ago

Also move the close() to match both paths in the code and remove the spurious/unused open with just a debug output...