haraka-plugin-recipient-routes
Advanced tools
Comparing version
@@ -0,4 +1,8 @@ | ||
### Unreleased | ||
### 1.0.4 - 2022-05-24 | ||
### 1.0.4 - 2022-11-15 | ||
- fix: run redis_ping when registering, fixes #23 | ||
- ci: replace travis/appveyor with GHA | ||
- dep(redis): 2 -> 4 | ||
@@ -8,5 +12,3 @@ - dep(pi-redis): * -> 2 | ||
- dep(url): drop npm url package, use builtin | ||
- test: node_unit -> mocha | ||
- ci: replace travis/appveyor with GHA | ||
- ci(cov): replace nyc with c8 | ||
- test: replace node_unit with mocha | ||
@@ -34,1 +36,5 @@ | ||
- imported from haraka/plugins/rcpt_to.routes | ||
[1.0.4]: https://github.com/haraka/haraka-plugin-recipient-routes/releases/tag/1.0.4 |
@@ -16,2 +16,3 @@ // rcpt_to.routes - per email/domain mail routes | ||
this.merge_redis_ini(); | ||
this.redis_ping(); | ||
@@ -93,3 +94,3 @@ this.register_hook('init_master', 'init_redis_plugin'); | ||
catch (err) { | ||
connection.results.add(this, { err: err }); | ||
connection.results.add(this, { err }); | ||
} | ||
@@ -96,0 +97,0 @@ } |
{ | ||
"name": "haraka-plugin-recipient-routes", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Haraka plugin that validates and routes mail based on recipient domain or address", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,5 +6,3 @@ # rcpt_to.routes | ||
[![Build Status][ci-img]][ci-url] | ||
[![Windows Build Status][ci-win-img]][ci-win-url] | ||
[![Code Climate][clim-img]][clim-url] | ||
[![Greenkeeper badge][gk-img]][gk-url] | ||
[![NPM][npm-img]][npm-url] | ||
@@ -100,14 +98,8 @@ | ||
<!-- leave these buried at the bottom of the document --> | ||
[ci-img]: https://travis-ci.org/haraka/haraka-plugin-recipient-routes.svg | ||
[ci-url]: https://travis-ci.org/haraka/haraka-plugin-recipient-routes | ||
[ci-win-img]: https://ci.appveyor.com/api/projects/status/9vhq04hbiaesc46o?svg=true | ||
[ci-win-url]: https://ci.appveyor.com/project/msimerson/haraka-plugin-recipient-routes | ||
[cov-img]: https://codecov.io/github/haraka/haraka-plugin-recipient-routes/coverage.svg | ||
[cov-url]: https://codecov.io/github/haraka/haraka-plugin-recipient-routes | ||
[ci-img]: https://github.com/haraka/haraka-plugin-recipient-routes/actions/workflows/ci.yml/badge.svg | ||
[ci-url]: https://github.com/haraka/haraka-plugin-recipient-routes/actions/workflows/ci.yml | ||
[clim-img]: https://codeclimate.com/github/haraka/haraka-plugin-recipient-routes/badges/gpa.svg | ||
[clim-url]: https://codeclimate.com/github/haraka/haraka-plugin-recipient-routes | ||
[gk-img]: https://badges.greenkeeper.io/haraka/haraka-plugin-recipient-routes.svg | ||
[gk-url]: https://greenkeeper.io/ | ||
[npm-img]: https://nodei.co/npm/haraka-plugin-recipient-routes.png | ||
[npm-url]: https://www.npmjs.com/package/haraka-plugin-recipient-routes | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
13
8.33%343
0.29%0
-100%19167
-1.38%104
-7.14%