mail-dmarc
mail-dmarc copied to clipboard
add a to_string method to Mail::DMARC::Policy
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.