liuch / dmarc-srg

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

Feature Request - Reporting for multiple domains at once #109

Closed andrewhenke closed 4 months ago

andrewhenke commented 7 months ago

Hello!

Would it be possible to add the ability to select multiple domain names to be used in a single report? This would be greatly helpful for generating holistic reports for clients that have multiple domain names under my DMARC management and monitoring.

Thank you!

liuch commented 7 months ago

Hello!

From the comments in utils/summary_report.php:

The domain parameter must contain a domain name, a comma-separated list of domains, or all.

Did you mean something else?

andrewhenke commented 7 months ago

Yes, I mean when using the UI of the web interface, the ability to select multiple domains -- my apologies for the confusion!

liuch commented 4 months ago

I just added this feature. Could you please test it?

andrewhenke commented 4 months ago

Hello!

It looks like the ability to select multiple domains is working! The only other thing that I am curious if it would be possible, is the ability to filter/select multiple domains on the report filter page -- this would be very useful for me because I have clients that have multiple domain names in my system, and when I need to review them all, it would be much easier to view them all at the same time, instead of selecting and viewing the reports for one domain at a time.

Also, please see #118, which is related to this indirectly.

Thank you!

liuch commented 4 months ago

Hello! If I understand you correctly, you can simply save the report settings in your browser as bookmarks, since the tab address in the browser address bar is different for different report settings. Additional convenience: grouped bookmarks can be opened all at once.