Open-Report-Parser icon indicating copy to clipboard operation
Open-Report-Parser copied to clipboard

A Perl based tool to parse DMARC reports from an IMAP mailbox or from the filesystem, and insert the information into a database. Derived from Techsneeze's dmarcts-report-parser

Results 13 Open-Report-Parser issues
Sort by recently updated
recently updated
newest added

**Describe the bug** If you have the tls report being served by an IPv6 server, then the following lines don't work: elsif($nip = inet_pton(AF_INET6, $ip)) { $ipval = $dbx{to_hex_string}{$nip};

bug

Installing the listed dependencies, especially `libfile-mimeinfo-perl`, on Ubuntu, will pull in 170 MB of dependencies, including Wayland and X11 desktop libraries. Is this really required for the DMARC parser? Or...

help wanted
question

**Describe the bug** The script can not connect to a database because of a wrong mysql.sock location **To Reproduce** I was using bitnami lamp which has mariadb installed by default...

bug

Fixed simple typo: `repoart` -> `report` It's saying there was a change in the license at the bottom but I don't see a difference between them ¯\\\_(ツ)\_/¯

**Describe the bug** When running `report-parser.pl` on a debian 12 base image I got an error with `missing JSON in @INC` **To Reproduce** Steps to reproduce the behavior: 1. create...

bug

So, I have the basic functions working by reading the report files from a directory. Now I want to automate reading the files and insert the data into the database....

help wanted
question

Hi, I'm trying to connect to the imap server using oauth2 but i receive de following message, i'm using postgres 13.11: ```--- DEBUG --- Open Report Parser Version 0 Alpha...

help wanted
question

DBI::mysql requires MySQLv8 since https://github.com/perl5-dbi/DBD-mysql/commit/7e1ce07e70a9d59c695ba9d18150201e30e8f3b9 which can be annoying when you use MariaDB (or another MySQL version). It would be nice if the DBI type can support MariaDB? I did...

enhancement

I started to use the dmarc analyser and am happy. I am wondering what is this tls report parsing for? I have not found any information about it. Can anyone...

help wanted
question

**Posit your question!** I am trying to get this to work with an account for our Google Workspace account. I am not very experienced with OAuth2. I have a Client...

help wanted
question