• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

haraka / haraka-plugin-qmail-deliverable / 26373817897

24 May 2026 09:55PM UTC coverage: 88.996% (-8.7%) from 97.65%
26373817897

push

github

web-flow
Release v1.4.0 (#29)

- changed: dep address-rfc2821 -> @haraka/email-address
  - related to https://github.com/haraka/Haraka/issues/3564
- test: add a test to avoid disconnect regression

127 of 137 branches covered (92.7%)

Branch coverage included in aggregate %.

4 of 7 new or added lines in 2 files covered. (57.14%)

334 of 381 relevant lines covered (87.66%)

8.73 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

9.8
/package.json
1
{
81✔
2
  "name": "haraka-plugin-qmail-deliverable",
81✔
3
  "version": "1.4.0",
81✔
4
  "description": "Haraka plugin that validates recipients against Qmail::Deliverable",
✔
5
  "main": "index.js",
×
6
  "files": [
×
7
    "config"
×
8
  ],
×
9
  "scripts": {
×
10
    "format": "npm run prettier:fix && npm run lint:fix",
×
11
    "lint": "npx eslint *.js test",
×
12
    "lint:fix": "npx eslint *.js test --fix",
×
13
    "prettier": "npx prettier . --check",
×
14
    "prettier:fix": "npx prettier . --write --log-level=warn",
×
15
    "test": "node --test",
×
16
    "test:only": "node --test --test-only",
×
NEW
17
    "test:coverage": "HARAKA_COVERAGE=1 node --test --experimental-test-coverage --test-coverage-exclude=package.json --test-coverage-exclude=test/*.js",
×
NEW
18
    "test:coverage:lcov": "mkdir -p coverage && node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info test/*.js",
×
19
    "versions": "npx npm-dep-mgr check",
×
20
    "versions:fix": "npx npm-dep-mgr update"
×
21
  },
×
22
  "repository": {
×
23
    "type": "git",
×
24
    "url": "git+https://github.com/haraka/haraka-plugin-qmail-deliverable.git"
×
25
  },
×
26
  "keywords": [
×
27
    "haraka",
×
28
    "haraka-plugin",
×
29
    "plugin",
×
30
    "recipients",
×
31
    "qmail-deliverable"
×
32
  ],
×
33
  "author": "Matt Simerson <matt@tnpi.net>",
×
34
  "license": "MIT",
×
35
  "bugs": {
×
36
    "url": "https://github.com/haraka/haraka-plugin-qmail-deliverable/issues"
×
37
  },
×
38
  "homepage": "https://github.com/haraka/haraka-plugin-qmail-deliverable#readme",
×
39
  "devDependencies": {
×
40
    "@haraka/eslint-config": "^2.0.4",
×
NEW
41
    "@haraka/email-address": "^3.1.2",
×
42
    "haraka-test-fixtures": "^1.4.1"
×
43
  },
×
44
  "prettier": {
×
45
    "printWidth": 100,
×
46
    "singleQuote": true,
×
47
    "semi": false
×
48
  }
×
49
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc