Skip to content

Implement recursion to implement recursion

Compare
Choose a tag to compare
@rhymeswithmogul rhymeswithmogul released this 07 Nov 04:15
· 34 commits to main since this release
v1.3.0
42c84b5

There are two kinds of people in the world: those who understand recursion and those who don't understand that there are two kinds of people in this world: those who understand recursion and those who don't understand that there are two kinds of people in this world...

SPF Recursion Now Supported

The marquee feature of this release is support for recursively evaluating SPF records. The SPF test now supports a new parameter, -CountDnsLookups, to test an SPF record recursively to ensure that no more than ten additional DNS lookups are required to evaluate SPF for a domain. This can be invoked by either Test-SpfRecord -CountDnsLookups or Test-MailPolicy -CountSpfDnsLookups.

(PROTIP: -Recurse is an easy-to-remember alias for both cmdlets.)

In addition, a few bugs have also been squished -- namely, one that prevented conceptual help from being made available.

Full Changelog: v1.2.0...v1.3.0

Updating

Whether you're using the new Microsoft.PowerShell.PSResourceGet (seriously, it's way faster) or the legacy PowerShellGet, this PS7 one-liner will get the job done:

PS C:\>  Update-PSResource MailPolicyExplainer || Update-Module MailPolicyExplainer