haraka-plugin-karma
Advanced tools
Comparing version 2.0.4 to 2.1.0
@@ -5,2 +5,9 @@ | ||
### [2.1.0] - 2022-11-29 | ||
- fix: in disconnect, call redis_unsub after skip check | ||
- dep(redis): 4 -> 4.1 | ||
- dep(pi-redis): 2 -> 2.0.5 | ||
#### 2.0.4 - 2022-05-28 | ||
@@ -101,1 +108,2 @@ | ||
- use redis.merge_redis_ini() | ||
[2.1.0]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.1.0 |
@@ -687,6 +687,6 @@ 'use strict' | ||
if (plugin.should_we_skip(connection)) return next() | ||
plugin.redis_unsubscribe(connection) | ||
if (plugin.should_we_skip(connection)) return next() | ||
const k = connection.results.get('karma') | ||
@@ -712,3 +712,3 @@ if (!k || k.score === undefined) { | ||
connection.results.add(plugin, {emit: true }) | ||
return next() | ||
next() | ||
} | ||
@@ -715,0 +715,0 @@ |
{ | ||
"name": "haraka-plugin-karma", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"description": "A heuristics scoring and reputation engine for SMTP connections", | ||
@@ -29,4 +29,4 @@ "main": "index.js", | ||
"haraka-utils": "*", | ||
"haraka-plugin-redis": "2", | ||
"redis": "4" | ||
"haraka-plugin-redis": "2.0.5", | ||
"redis": "4.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
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
89100
+ Added@redis/bloom@1.0.2(transitive)
+ Added@redis/client@1.1.1(transitive)
+ Added@redis/graph@1.0.1(transitive)
+ Added@redis/json@1.0.3(transitive)
+ Added@redis/search@1.0.6(transitive)
+ Added@redis/time-series@1.0.3(transitive)
+ Addedcluster-key-slot@1.1.0(transitive)
+ Addedgeneric-pool@3.8.2(transitive)
+ Addedharaka-plugin-redis@2.0.5(transitive)
+ Addedredis@4.1.1(transitive)
- Removed@redis/bloom@1.2.0(transitive)
- Removed@redis/client@1.6.0(transitive)
- Removed@redis/graph@1.1.1(transitive)
- Removed@redis/json@1.0.7(transitive)
- Removed@redis/search@1.2.0(transitive)
- Removed@redis/time-series@1.1.0(transitive)
- Removedcluster-key-slot@1.1.2(transitive)
- Removedgeneric-pool@3.9.0(transitive)
- Removedharaka-plugin-redis@2.0.8(transitive)
- Removedredis@4.7.0(transitive)
Updatedharaka-plugin-redis@2.0.5
Updatedredis@4.1