Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

v0.3.6

Compare
Choose a tag to compare
@mdecimus mdecimus released this 29 Aug 10:41
· 10 commits to main since this release

[0.3.6] - 2023-08-29

Added

  • Arithmetic and logical expression evaluation in Sieve scripts.
  • Support for storing query results in Sieve variables.
  • Results of SPF, DKIM, ARC, DMARC and IPREV checks available as environment variables in Sieve scripts.
  • Configurable protocol flags for Milter filters.
  • Fall-back to plain text when STARTTLS fails and starttls is set to optional.

Changed

Fixed

  • Do not panic when hash = 0 in reports. (#60)