We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cd436 commit 58981feCopy full SHA for 58981fe
test/get_mx.js
@@ -51,7 +51,7 @@ describe('get_mx', function () {
51
// macOS: ENODATA, win: ENOTOUND, ubuntu: ESERVFAIL
52
const invalidCases = {
53
invalid: /queryMx (ENODATA|ENOTFOUND|ESERVFAIL) invalid/,
54
- 'gmail.xn--com-0da': /(ENOTFOUND|Cannot convert name to ASCII)/,
+ 'gmail.xn--com-0da': /(ENOTFOUND|ENOMEM|Cannot convert name to ASCII)/,
55
'non-exist.haraka.tnpi.net': /ignore/,
56
'haraka.non-exist': /ignore/,
57
}
@@ -92,7 +92,7 @@ describe('get_mx', function () {
92
93
const expectedResolvedMx = [
94
{
95
- exchange: '2605:ae00:329::14',
+ exchange: '2605:ae00:329::6',
96
priority: 10,
97
from_dns: 'mail.theartfarm.com',
98
},
0 commit comments