Skip to content

Releases: haraka/haraka-plugin-spf

1.2.7

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

Checklist:

  • docs updated
  • tests updated
  • Changes.md updated

1.2.5

18 Apr 02:56
1112fcc
Compare
Choose a tag to compare
  • bd3a723 prettier & lint
  • 12c6130 get_mx: filter out implicit MX records
  • d100dc8 doc(CHANGES): renamed CHANGELOG
  • 8d48190 chore: lint: remove duplicate / stale rules from .eslintrc
  • 7f08383 populate [files] in package.json. Delete .npmignore.
  • ffc93bd doc(CONTRIBUTORS): added
  • a71ac8d doc(README): add ini code fences, improve docs (#20)

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)

v1.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

v1.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)

v1.2.0

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

v1.1.3

23 Dec 23:34
d65fabf
Compare
Choose a tag to compare

Release 1.1.2

21 Dec 08:40
c7861c1
Compare
Choose a tag to compare
  • dep: depend on net-utils 1.5.0
  • refactor: convert loop to for...of

Release 1.1.0

18 Dec 00:42
820f63b
Compare
Choose a tag to compare
  • spf: use async/await dns
  • replace many callbacks with async/await
  • make check_host more linear
  • ci(publish): only when package.json bumped
  • index: safeguard cfg path with optional chaining
  • dep(nopt): bump 6 -> 7
  • dev: remove version bump from PR template