Skip to content

Commit

Permalink
minor: update sealer.headerlist in example
Browse files Browse the repository at this point in the history
  • Loading branch information
juliebin committed Jan 3, 2025
1 parent 293399d commit 2326e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/momentum/4/modules/openarc.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function mod:core_post_final_validation(msg, accept, vctx)
sealer.signing_domain = "sparkpost.com"
sealer.selector = "dkim-s1024"
sealer.keyfile = "path-to-keyfile"
sealer.headerlist = "From:Subject:Date:To:MIME-Version:Content-Type"
sealer.headerlist = "From:Subject:Date:To:MIME-Version:Content-Type:DKIM-Signature"
sealer.oversign_headerlist = "From:To:Subject"
msys.validate.openarc.sign(msg, sealer)
Expand Down

0 comments on commit 2326e07

Please sign in to comment.