liuch / dmarc-srg

A php parser, viewer and summary report generator for incoming DMARC reports.
GNU General Public License v3.0
218 stars 32 forks source link

Feature : all domains in one email or multuple domains #45

Closed Shnoulle closed 1 year ago

Shnoulle commented 1 year ago

Hi,

I have some domains , and i like to get whole report in one email only.

Maybe add some solution to allow : all domains or a lits of domains ?

php utils/summary_report.php period=lastmonth Chcek all know domains

php utils/summary_report.php domain=example.com;example.org period=lastmonth For a lits of domains

I can create the pull requets (when i have time)

liuch commented 1 year ago

Hi, I personally prefer to receive such reports in separate email messages. But I also remember that people have different preferences. So I will try to implement it in the near future. But the domain separator will be not a semicolon - it has a special meaning in the console.

Shnoulle commented 1 year ago

I can create a pull request :).

What do you prefer for separator ? Allow ALL or not ?

liuch commented 1 year ago

I'm going to do that myself, but if you want... :) I think a comma is a good separator. As for ALL, something more flexible needs to be done, not just ALL. I'm still thinking.

liuch commented 1 year ago

Done: https://github.com/liuch/dmarc-srg/commit/c94f4a7f2c66369942b39622373f426b153ca57f

Shnoulle commented 1 year ago

Work great !

test both : comma separated and all ! Great thanks