Skip to content

Releases: haraka/haraka-plugin-spf

1.2.10

24 Aug 20:22
a432436
Compare
Choose a tag to compare
  • index.js: light es6 refactor
    • fix: avoid inadvertant double unescape
    • delete legacy config support
  • doc(README): tighten up grammar, improve flow
  • config(spf.ini): add commented out default setings
  • test(spf): update IP for google.com SPF test
  • chore(lint): update to eslint 9
  • chore(deps): bump versions to latest
  • dev(codeclimate): relax some tests
  • style(prettier): moved config into package.json

closes #30
fixes https://github.com/haraka/haraka-plugin-spf/security/code-scanning/4

1.2.9

19 Nov 11:56
92acfed
Compare
Choose a tag to compare
  • Fix crash in mech_mx code, caused by undefined variable if no valid MXs are found #32
  • Add new spf_record_include_match property to allow for additional filtering
  • deps: bump versions to latest

1.2.7

14 Aug 15:57
f624ba2
Compare
Choose a tag to compare

Checklist:

  • docs updated
  • tests updated
  • Changes.md updated

1.2.6

24 Aug 20:31
11b03db
Compare
Choose a tag to compare
  • fix mx_mech handling (#26)

1.2.5

18 Apr 02:56
1112fcc
Compare
Choose a tag to compare
  • get_mx: filter out implicit MX records
  • dep: eslint-plugin-haraka -> @haraka/eslint-config
  • chore: lint: remove duplicate / stale rules from .eslintrc
  • chore: populate [files] in package.json. Delete .npmignore.
  • doc(CONTRIBUTORS): added
  • doc(CHANGES): renamed CHANGELOG
  • chore: prettier

1.2.4

08 Feb 04:40
f587890
Compare
Choose a tag to compare
  • 43ae944 doc(README): add ini code fences, improve docs
  • dep(net-utils): bumped 1.5.0 -> 1.5.3
  • ci: use more shared configs

1.2.3

12 Dec 22:42
f587890
Compare
Choose a tag to compare

fix: Handle DNS TXT array result (#15)

1.2.2

12 Dec 22:39
df55eb9
Compare
Choose a tag to compare
  • e683045 es6(lib/spf): replace 'self' with 'this'
  • 83c4e50 check for DNS results befor iterating, fixes #13

1.2.1

20 Jun 18:10
7d40ab9
Compare
Choose a tag to compare
  • d2abec3 es6: replace plugin with this
  • 0f7a23f fix: call skip_hosts via 'this' instead of exports (#11)

1.2.0

19 Jan 19:49
973c094
Compare
Choose a tag to compare