MozaicWorks / DMARCReporting

Simple tool to extract error reports from DMARC files
MIT License
11 stars 2 forks source link

Print the RUA report date range in the report #12

Closed tdpauw closed 10 months ago

tdpauw commented 2 years ago

Add the begin and end date range to the printed report.

<feedback>
  <report_metadata>
    <org_name>...</org_name>
    <email>...</email>
    <extra_contact_info>...</extra_contact_info>
    <report_id>...</report_id>
    <date_range>
      <begin>1656288000</begin>
      <end>1656374399</end>
    </date_range>
  </report_metadata>
</feedback>