Skip to content

Commit

Permalink
Update mail_from.is_resolvable.js (#3416)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnedry authored Oct 28, 2024
1 parent 0918b0b commit a284c76
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 @@ -122,7 +122,7 @@ exports.hook_mail = function (next, connection, params) {
}

mxDone(
((this.cfg.main.reject_no_mx) ? DENY : DENYSOFT),
((this.cfg.reject.no_mx) ? DENY : DENYSOFT),
'No valid MX for your FROM address'
);
})
Expand Down

0 comments on commit a284c76

Please sign in to comment.