Skip to content

1.1.3

Latest

Choose a tag to compare

@msimerson msimerson released this 09 Jun 07:01
e602d82
  • fix(valid_hostname): moved tld exemption list from code to .ini file
  • fix(conf): replace undocumented helo.checks.allow file with cfg.tld.skip
  • fix(rdns_match): require both org domains to be truthy
  • fix(big_company): anchor the suffix, prevent spoof bypass
  • fix(valid_hostname): guard against empty
  • fix(valid_hostname): don't short circuit tests with early exit
  • refactor forward_dns as async/await