Skip to content

Releases: simta/simvacation

v1.1.0

10 Jun 20:36
Compare
Choose a tag to compare

Fixed

  • Fixed some build issues related to CLI ordering.
  • Fixed possible use of uninitialized variable.
  • The CMocka/pytest integration has been updated to work properly with
    pytest 7.x.

Changed

  • The default reply interval has been changed to three days, to match the
    production config.

Added

  • The subject prefix is now configurable at runtime.
  • The LDAP lookup now supports autoreplies for groups.
  • The LDAP lookup now supports specification of start and end times for
    autoreplies in addition to the boolean flag.

v0.11.0

01 Mar 21:32
Compare
Choose a tag to compare
  • added MIME header generation
  • added Message-ID generation
  • added a redis VDB backend
  • improved SRS canonicalization
  • added BATV canonicalization
  • improved packaging
  • added displayName support to the LDAP VLU backend
  • overhauled configuration parsing
  • removed LDAP_DEPRECATED calls

v0.10.0

11 Sep 20:11
Compare
Choose a tag to compare

Since 0.9.0:

  • refactored code to remove more cruft and make it easier to swap storage and lookup backends
  • added LMDB storage backend
  • added support for unrewriting SRS addresses

Since last production release:

  • rewrote build system
  • cleaned up code to remove cruft and bugs
  • improved logging
  • added generation of In-Reply-To:, References:, and Auto-Submitted: headers
  • improved detection of various standard and not-so-standard headers that can indicate a message shouldn't be replied to, e.g. Precedence:, Auto-Submitted:, and X-Auto-Response-Suppress: