Features! Bug fixes! And more.
Version 1.4.0 (Thursday, April 4, 2024)
- NEW Most cmdlets now have a switch,
-DisableDnssecValidation
, that does just that. - NEW
Test-DkimRecord
will print the full DKIM TXT record to the verbose stream. Thanks to Jason Berry for writing the pull request! - FIX DNSSEC results are shown even when records are not found, to show proof of non-existence (unless DNSSEC validation is disabled).
- FIX The SPF qualifier is no longer prepended to IPv4 addresses.
- FIX A bug caused Windows PowerShell 5.1 not to parse MTA-STS policy file line endings properly. Thanks to Jason Berry for reporting this and writing another pull request!
To update (if you're using the current version of PowerShell):
Install-PSResource -Name MailPolicyExplainer
Or, older versions:
Install-Module -Name MailPolicyExplainer
Full Changelog: v1.3.4...v1.4.0