haraka-plugin-mail_from.is_resolvable
Version:
Haraka plugin that checks that the domain used in MAIL FROM is resolvable to an MX record
48 lines (47 loc) • 1.42 kB
JSON
{
"name": "haraka-plugin-mail_from.is_resolvable",
"version": "1.1.0",
"description": "Haraka plugin that checks that the domain used in MAIL FROM is resolvable to an MX record",
"main": "index.js",
"files": [
"CHANGELOG.md",
"config"
],
"scripts": {
"format": "npm run prettier:fix && npm run lint:fix",
"lint": "npx eslint *.js test",
"lint:fix": "npx eslint *.js test --fix",
"prettier": "npx prettier . --check",
"prettier:fix": "npx prettier . --write --log-level=warn",
"test": "npx mocha@^11 test",
"versions": "npx dependency-version-checker check",
"versions:fix": "npx dependency-version-checker update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haraka/haraka-plugin-mail_from.is_resolvable.git"
},
"keywords": [
"haraka-plugin",
"mail_from.is_resolvable"
],
"author": "Haraka Team <haraka.team@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haraka/haraka-plugin-mail_from.is_resolvable/issues"
},
"homepage": "https://github.com/haraka/haraka-plugin-mail_from.is_resolvable#readme",
"devDependencies": {
"@haraka/eslint-config": "^2.0.2",
"address-rfc2821": "^2.1.3",
"haraka-test-fixtures": "^1.3.10",
"sinon": "^21.0.0"
},
"prettier": {
"singleQuote": true,
"semi": false
},
"dependencies": {
"haraka-net-utils": "^1.7.2"
}
}