Skip to content

v1.7.0

Choose a tag to compare

@thenitai thenitai released this 08 Jan 18:56
· 34 commits to master since this release

1.7.0 - 2021-01-08

  • Added "include" in the limit check to be able to only apply the limit check for certain domains
  • Re-factored the limits code as we have seen that you would get a timeout from time to time with the previous code
  • Disabled sending a delivery error message for DENYSOFT (this greatly cuts down on confusion and messages)
  • Do not send back error messages to certain keywords
  • Changed option to store the raw email and haraka body from true to false and made it an option
  • Fixed some callback
  • Update all libraries

1.6.8 & 1.6.9 - 2020-10-20

  • Returning a DENYDISCONNECT when the email size is too big to store
  • Another bug fix for limits
  • Reverted back to detect-character-encoding as 0.01% of emails could not be parsed otherwise

1.6.7 - 2020-10-18

  • Bug fix for parsing when value is undefined

1.6.6 - 2020-10-18

  • Reference bug fix