mail-dmarc icon indicating copy to clipboard operation
mail-dmarc copied to clipboard

add a to_string method to Mail::DMARC::Policy

Open bigio opened this issue 7 months ago • 0 comments

When using Mail::DMARC::PurePerl the DMARC record is read from dns, once the record is validated, I cannot find an easy way to print the domain's policy without an additional dns query.
This could be done by adding a to_string method to Mail::DMARC::Policy if there is no better way.

bigio avatar Jul 17 '24 15:07 bigio