Skip to content

Releases: arithmetric/aws-lambda-ses-forwarder

v2.2.0

30 Mar 19:17
Compare
Choose a tag to compare
  • Removing all DKIM-Signature headers to prevent errors when forwarding or DKIM verification issues when received.
  • Updating the email processing to remove any Sender header and to only add a Reply-To header if one does not already exist.

v2.1.0

22 Mar 22:31
Compare
Choose a tag to compare
  • Allowing the log function to be overridden.
  • Reworking log output as structured data.

v2.0.0

22 Mar 22:31
Compare
Choose a tag to compare
  • Major refactor for configurability and testability.
  • Adding test coverage with Mocha and Istanbul and configuration for eslint.
  • Removing DKIM-Signature headers for the amazonses.com domain to prevent error
    when forwarding.
  • Improving format of modified From header.
  • Adding documentation and example for implementing this module.