Skip to content

Commit

Permalink
fix(normalization-alias-logging): ZMS-189 (#37)
Browse files Browse the repository at this point in the history
* fix logical error with tempfail

* fix subject issue when using api. add debugJson to gelf

* safer delete with check

* Add better SMTP error message

* make message shorter

* comment

* check for aliases, fix normalization

* comment refactor
  • Loading branch information
NickOvt authored Nov 14, 2024
1 parent 63f4e05 commit 18fce99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ module.exports.init = async app => {
}

if (!passEmail) {
// sending email rejected
// sending e-mail rejected
throw app.reject(
envelope,
'banned',
Expand Down

0 comments on commit 18fce99

Please sign in to comment.