The format is based on Keep a Changelog.
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
- wrap from parsing in a try #20
- check if OD was found before attemping to use it
- use header.get_decoded('from'), was get('from')
- #9: make all mail address comparisons case insensitive, instead of the previously mixed behavior
- #6: add rcpt.accept setting to enable recipient validation for users in whitelists (like an rcpt_to.* plugin)
- initial release