Skip to content

Commit

Permalink
fix(mf.resolv): this -> plugin, fixes #3361
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 15, 2024
1 parent b76be85 commit be9aef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mail_from.is_resolvable.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ exports.hook_mail = function (next, connection, params) {

function mxErr (err) {
if (!connection.transaction) return;
results.add(this, {err: `${domain}:${err.message}`});
results.add(plugin, {err: `${domain}:${err.message}`});
mxDone(DENYSOFT, `Temp. resolver error (${err.code})`);
}

Expand Down

0 comments on commit be9aef2

Please sign in to comment.