Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

67 lines (42 loc) · 1.84 KB

Changelog

The format is based on Keep a Changelog.

Unreleased

1.1.9 - 2024-11-18

  • Fix hook registration for any access.domains #37

1.1.8 - 2024-11-06

  • fix: Run rdns_access on connect hook, #35

1.1.7 - 2024-10-01

  • index: updated this.logdebug syntax
  • deps(all): bumped to latest
  • run rdns_access on connect_init hook #32

1.1.6 - 2024-04-09

  • register rdns_access on connect_init #28
  • dep: update all versions and pin to latest
  • dep: eslint-plugin-haraka -> @haraka/eslint-config
  • lint: remove duplicate / stale rules from .eslintrc
  • chore: populate [files] in package.json.
  • chore: remove const plugin = this pattern (deprecated)
  • chore: remove unused in_file and in_re_file
  • test: remove done from sync tests

1.1.5 - 2022-06-06

  • ci: use shared GHA workflows
  • ci: add submodule .release
  • ci: expand codeclimate config

1.1.4 - 2020-04-09

  • wrap from parsing in a try #20

1.1.3 - 2018-11-16

  • check if OD was found before attemping to use it

1.1.2 - 2018-11-10

  • use header.get_decoded('from'), was get('from')

1.1.1 - 2018-06-09

  • #9: make all mail address comparisons case insensitive, instead of the previously mixed behavior

1.1.0 - 2018-04-23

  • #6: add rcpt.accept setting to enable recipient validation for users in whitelists (like an rcpt_to.* plugin)

1.0.0 - 2017-06-29

  • initial release