haraka-plugin-mail_from.is_resolvable
Version:
Haraka plugin that checks that the domain used in MAIL FROM is resolvable to an MX record
50 lines (49 loc) • 1.78 kB
JSON
{
"name": "haraka-plugin-mail_from.is_resolvable",
"version": "1.3.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": "node --test test/*.js",
"test:coverage": "node --test --experimental-test-coverage --test-coverage-exclude=package.json --test-coverage-exclude=test/*.js test/*.js",
"test:coverage:lcov": "mkdir -p coverage && node --test --experimental-test-coverage --test-coverage-exclude=package.json --test-coverage-exclude=test/*.js --test-reporter=lcov --test-reporter-destination=coverage/lcov.info test/*.js",
"versions": "npx npm-dep-mgr check",
"versions:fix": "npx npm-dep-mgr 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/email-address": "^3.1.4",
"@haraka/eslint-config": "^2.0.4",
"haraka-test-fixtures": "^1.6.0"
},
"prettier": {
"singleQuote": true,
"semi": false
},
"dependencies": {
"haraka-dsn": "^1.2.0",
"haraka-net-utils": "^1.8.2"
}
}