Skip to content

Releases: d--j/srs-milter

v0.3.2

17 Apr 17:20
Compare
Choose a tag to compare

Changelog

  • 77c3e53 chore: add more debug logging
  • 53ded4f feat: add more lenient address list parsing for MySQL lookup
  • b90899f feat: do recursive forward resolves (in case one address is forwarding to another address that is forwarding to an external address)
  • d00494f fix: logging wrong addresses

v0.3.1

12 Apr 18:56
Compare
Choose a tag to compare

Changelog

  • 1fabe31 chore: update github.com/d--j/go-milter

v0.3.0

06 Apr 14:32
fcea3f1
Compare
Choose a tag to compare

Changelog

  • fcea3f1 Merge pull request #2 from d--j/socketmap
  • f3bb3da chore(packaging): fix man page
  • 5fad94d chore(test): fix test that broke because of new address list formatting
  • eb3c911 chore: improve test coverage
  • e064a1f chore: run go mod tidy
  • 3ccaa32 doc: add bounce accept config for Postfix
  • 78fb0e1 feat: add a socketmap server that does reverse SRS lookups
  • 12ea2ea fix: remove extension had a one-by-off error

v0.2.1

05 Apr 13:47
Compare
Choose a tag to compare

Changelog

  • f45659c chore: update github.com/d--j/go-milter

v0.2.0

03 Apr 20:48
Compare
Choose a tag to compare

Changelog

  • 400c181 feat: change logging, add MySQL email forward lookup

v0.1.0

16 Mar 19:17
Compare
Choose a tag to compare

Changelog

  • e520f6a Merge pull request #1 from d--j/coveralls
  • 68f6382 chore: add badges
  • 25280d9 chore: fix packaging for rpm based systems
  • 2242e9e chore: use codecov/codecov-action@v3 in Go workflow
  • 997fc1e chore: use coverallsapp/github-action@v2 in Go workflow
  • 6caebe9 first version