Skip to content

Commit

Permalink
fix(deps): bumped mailauth
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jan 26, 2024
1 parent a5cc782 commit 7fc7781
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions lib/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async function hookDataPost(stream, plugin, connection) {
id: r.id,
domain: r.signingDomain,
aligned: r.status.aligned,
overSized: r.status.overSized
underSized: r.status.underSized
}));

try {
Expand Down Expand Up @@ -167,7 +167,7 @@ async function hookDataPost(stream, plugin, connection) {
_dkim_info: result.info,
_dkim_status: result.status?.result,
_dkim_length_limited: result.canonBodyLengthLimited ? 'yes' : 'no',
_dkim_over_sized: result.status?.overSized,
_dkim_over_sized: result.status?.underSized,
_dkim_aligned: result.status?.aligned,
_dkim_signing_domain: result.signingDomain,
_dkim_selector: result.selector,
Expand Down
29 changes: 15 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-eslint": "24.3.0",
"npm-check-updates": "16.14.12"
"npm-check-updates": "16.14.13"
},
"dependencies": {
"gelf": "2.0.1",
"haraka-dsn": "1.0.4",
"ioredis": "5.3.2",
"libmime": "5.2.1",
"mailauth": "4.6.2",
"mailauth": "4.6.3",
"mongodb": "4.17.0",
"nodemailer": "6.9.8",
"punycode": "2.3.1",
Expand Down

0 comments on commit 7fc7781

Please sign in to comment.