Changelog


Jul 1, 2025

Introducing DMARC record validation

DMARC record validation issues table

Your domains’ DMARC records are now analyzed to identify syntax issues that could prevent parsers from using DMARC correctly.

When a syntax error or potential issue is detected, you’ll find the details in the DMARC overview page. A check warning or error will also be triggered.

We currently validate the record to make sure that:

  • No leading whitespace is present.

  • Policy tag (p) is present.

  • Policy tag (p) is the second tag in the record.

  • All tag names are valid.

  • All tag values are correctly formatted.

  • No duplicate tags are present.

  • No misplaced mailto: destinations are detected.

We currently don’t detect the following issues:

  • Strict fo value compliance.
  • Missing ruf when fo is present.
  • rua and ruf URIs correctness.
  • A record not starting with v=DMARC1 (leading whitespace is ignored) will be discarded and not shown at all.

The validation will be improved in future updates.

Learn more in the documentation.

Jun 30, 2025

Default tag values are now shown in DMARC record tables

DMARC record table showing that some tags have default values

The DMARC record summary table now shows default values when a tag is not set.

For example, if you don’t specify the sp tag (subdomain policy) in your DMARC record, the UI will show that the value of p is being used as per RFC 7489.

Jun 13, 2025

Improved domains grouping

Improved domains grouping

You can now group domains by domains group, DMARC setup status or DMARC policy, making it easier to identify which domains require action.

Jun 5, 2025

Domains import and export are now available

Export domains UI

You can now bulk import and export domains from/to a CSV file to ease the management of a large number of domains.

Learn more in the documentation about importing domains and exporting domains.

May 28, 2025

Improved design of the UI for several tables and pages

We’ve just improved the design of several tables and pages in the web app.

Take a look at the before and after in the video above.


Visit the changelog archive for earlier changes.