From 07978d01fb9fd8b84b5894ba2dd91d402f4f377e Mon Sep 17 00:00:00 2001 From: NickOvt Date: Tue, 19 Nov 2024 10:59:45 +0200 Subject: [PATCH] fix(db-error-return): ZMS-189-1 (#42) * 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 * addrview constists of unameview + @ + domain. Fix bugs * if DB error just return from plugin with no error * comment --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index f3bbe1a..458a043 100644 --- a/index.js +++ b/index.js @@ -192,6 +192,7 @@ module.exports.init = async app => { _err_json: JSON.stringify(err) }); // throw app.reject(envelope, 'tempfail', messageinfo, 'Temporary error, please try again later.'); + // return from plugin return; }