Open pro-sumer opened 3 months ago
I'm kind of torn on how to handle this kind of submission. On one hand, it is great to be able to offer such macros. On the other hand, we've had problems where the macros get so complex that they need support, and I'm not in a position to support them. In one case we needed to make a breaking change and... that got complex.
Here's some ideas I have:
CC @cafferata for visibility
Is your feature request related to a problem?
Adding MTA Strict Transport Security (MTA-STS) to a domain requires adding several records. For DMARC we have a builder (
DMARC_BUILDER
); it would be nice if we have one for MTA-STS as well.Describe the solution you'd like
A new language construct
MTA-STS_BUILDER
that adds the appropriateCNAME
/TXT
/A
records for MTA-STS:Describe alternatives you've considered
Adding those records individually:
Additional context
More info on setting up MTA-STS records: