Spf Tools Versions Save

Shell scripts for taming the SPF (Sender Policy Framework) records in order to fight 10-maximum-DNS-look-ups limit.

v2.1

3 years ago

This is just an "alive and well" release.

v2.0

7 years ago

This release already uses host instead of dig and works out of the box on both FreeBSD 10.3-RELEASE and OpenBSD 5.9+snapshot (both need only to install git and clone the repo, that's why I am releasing in order to enable downloading a tarball).

The CI tests use all the hosted CI systems I am aware of. Please let me know about any other if they provide a free plan for Free Software projects.

v1.1

8 years ago

Much improved, but still the same old good spf-tools mess. Have a look at CI integration and use it as an example at school!

Now works on older non-bash shells (tested on Ubuntu 10.04 and FreeBSD).

Change Log

1.1 (2016-04-18)

Full Changelog

Implemented enhancements:

  • Check for valid ip records #48
  • Update docs to help with jq dependency #38
  • despf.sh fails to follow "redirect" in SPF records #27

Fixed bugs:

  • Truncated DNS results cause issues #53
  • If primary DNS server fails, secondaries servers are not used #50
  • Records like a/24 or mx/24 ignores net mask #49
  • Detect Too Many SPF records #37
  • despf.sh fails silently #33
  • despf.sh fails to retrieve IP addresses from some domains #29

Closed issues:

  • Make test scripts executable #84
  • Allowing for multiple MX records #70
  • isincidrange.sh /32 Check - Integer Expression Expected Warning #64

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator

v1.0

9 years ago

This release consists still of many small parts, but they work very well. Enjoy and feel free to provide feed-back.