DMARC_BUILDER
Example
Simple example
DMARC_BUILDER({
policy: "reject",
ruf: [
"mailto:[email protected]",
],
})@ IN TXT "v=DMARC1; p=reject; ruf=mailto:[email protected]"Advanced example
DMARC_BUILDER({
policy: "reject",
subdomainPolicy: "quarantine",
percent: 50,
alignmentSPF: "r",
alignmentDKIM: "strict",
rua: [
"mailto:[email protected]",
"https://dmarc.example.com/submit",
],
ruf: [
"mailto:[email protected]",
],
failureOptions: "1",
reportInterval: "1h",
});Parameters
Caveats
Last updated