dmark -> dmarc

This commit is contained in:
niten 2023-10-06 10:11:02 -07:00
parent d5457a5d75
commit 7a83b5baad
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ let
example = [ "some-host IN CNAME target-host" ];
};
dmark-report-address = mkOption {
dmarc-report-address = mkOption {
type = nullOr str;
description = "Email address to recieve DMARC reports, if any.";
example = "admin-user@domain.com";