Comparing version 4.3.2 to 4.3.3
@@ -89,2 +89,9 @@ 'use strict'; | ||
case 'EREFUSED': | ||
err.spfResult = { | ||
error: 'temperror', | ||
text: `DNS request refused by server when resolving ${domain}` | ||
}; | ||
throw err; | ||
default: | ||
@@ -91,0 +98,0 @@ throw err; |
@@ -482,4 +482,11 @@ 'use strict'; | ||
let res = await getResult(); | ||
if (res && spfRr) { | ||
res.rr = spfRr; | ||
} else if (spfRr) { | ||
res = { | ||
// default is neutral | ||
qualifier: '?', | ||
rr: spfRr | ||
}; | ||
} | ||
@@ -486,0 +493,0 @@ return res; |
name license type link installed version author | ||
---- ------------ ---- ----------------- ------ | ||
@postalsys/vmc MIT https://registry.npmjs.org/@postalsys/vmc/-/vmc-1.0.6.tgz 1.0.6 Postal Systems OÜ | ||
fast-xml-parser MIT git+https://github.com/NaturalIntelligence/fast-xml-parser.git 4.1.1 Amit Gupta (https://amitkumargupta.work/) | ||
fast-xml-parser MIT git+https://github.com/NaturalIntelligence/fast-xml-parser.git 4.1.3 Amit Gupta (https://amitkumargupta.work/) | ||
ipaddr.js MIT git://github.com/whitequark/ipaddr.js.git 2.0.1 whitequark <whitequark@whitequark.org> | ||
joi BSD-3-Clause git://github.com/hapijs/joi.git 17.7.0 n/a | ||
joi BSD-3-Clause git://github.com/hapijs/joi.git 17.9.1 n/a | ||
libmime MIT git://github.com/andris9/libmime.git 5.2.1 Andris Reinman <andris@kreata.ee> | ||
@@ -11,2 +11,2 @@ nodemailer MIT git+https://github.com/nodemailer/nodemailer.git 6.9.1 Andris Reinman | ||
punycode MIT git+https://github.com/mathiasbynens/punycode.js.git 2.3.0 Mathias Bynens https://mathiasbynens.be/ | ||
yargs MIT git+https://github.com/yargs/yargs.git 17.6.2 n/a | ||
yargs MIT git+https://github.com/yargs/yargs.git 17.7.1 n/a |
{ | ||
"name": "mailauth", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"description": "Email authentication library for Node.js", | ||
@@ -36,3 +36,3 @@ "main": "lib/mailauth.js", | ||
"chai": "4.3.7", | ||
"eslint": "8.37.0", | ||
"eslint": "8.38.0", | ||
"eslint-config-nodemailer": "1.2.0", | ||
@@ -50,3 +50,3 @@ "eslint-config-prettier": "8.8.0", | ||
"@postalsys/vmc": "1.0.6", | ||
"fast-xml-parser": "4.1.3", | ||
"fast-xml-parser": "4.2.0", | ||
"ipaddr.js": "2.0.1", | ||
@@ -53,0 +53,0 @@ "joi": "17.9.1", |
Sorry, the diff of this file is not supported yet
267210
5182
+ Addedfast-xml-parser@4.2.0(transitive)
- Removedfast-xml-parser@4.1.3(transitive)
Updatedfast-xml-parser@4.2.0