liuch / dmarc-srg

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

sort report records by messages count #3

Closed Junker closed 3 years ago

Junker commented 3 years ago

i think should order records by message count, to show main records first

liuch commented 3 years ago

I think the best way to do that is by option. The settings are a thing that I'm going to do in the near future, especially since there is already a table for them in the database.

liuch commented 3 years ago

Now one may use a separate option in order to get this: https://github.com/liuch/dmarc-srg/commit/adfce401498a4b42ccf953a5c29b8d5fb088b87a. By default, the records are now sorted by message count, in descending order.