haraka-plugin-karma
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -7,2 +7,6 @@ # Changelog | ||
### [2.1.6] - 2024-11-08 | ||
- fix missing error handler on redis client [#45](https://github.com/haraka/haraka-plugin-redis/issues/45) | ||
### [2.1.5] - 2024-04-23 | ||
@@ -9,0 +13,0 @@ |
@@ -127,2 +127,5 @@ 'use strict' | ||
connection.notes.redis = redis.createClient(this.redisCfg.pubsub) | ||
connection.notes.redis.on('error', (err) => { | ||
connection.logerror(this, err.message) | ||
}) | ||
await connection.notes.redis.connect() | ||
@@ -129,0 +132,0 @@ |
{ | ||
"name": "haraka-plugin-karma", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "A heuristics scoring and reputation engine for SMTP connections", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88674
1662