Skip to content

Releases: omniomi/PSMailTools

0.1.2

12 Apr 02:56

Choose a tag to compare

0.1.2 Pre-release
Pre-release
  • [Feature] Test-SPFRecord : Added -FindIp which will recursively follow the SPF record for a domain and determine if the specified IP is covered anywhere in the record.
  • [Improvement] ConvertTo-SPFTree : Changed an internal System.Array object to a 'System.Collections.Generic.List[System.Object]' object to improve performance for large records.
  • [Bug Fix] ConvertTo-SPFTree : Fixed an issue with the display of mx mechanisms when a domain has more than one mx record.
  • [Documentation] updated Test-SPFRecord documentation / help.

0.1.1

10 Apr 15:17

Choose a tag to compare

0.1.1 Pre-release
Pre-release

Added cmdlet help and file catalog to build. Source is also concatenated in to fewer files for release.

0.1.0

09 Apr 00:26

Choose a tag to compare

0.1.0 Pre-release
Pre-release
Correctly identify multiple records.