haraka-plugin-rspamd
Advanced tools
Comparing version 1.1.7 to 1.1.8
### Unreleased | ||
## 1.1.7 - 2022-06-05 | ||
### [1.1.8] - 2022-06-06 | ||
- doc(README): update CI badge URLs | ||
### 1.1.7 - 2022-06-05 | ||
- ci: replace travis & appveyor with GitHub actions | ||
@@ -10,3 +16,3 @@ - test: replace nodeunit with mocha | ||
## 1.1.6 - 2020-02-29 | ||
### 1.1.6 - 2020-02-29 | ||
@@ -16,3 +22,3 @@ - Allow connecting to rspamd via unix sockets | ||
## 1.1.5 - 2019-04-01 | ||
### 1.1.5 - 2019-04-01 | ||
@@ -22,3 +28,3 @@ - store symbols in results (for other plugins to inspect) | ||
## 1.1.4 - 2019-01-28 | ||
### 1.1.4 - 2019-01-28 | ||
@@ -28,3 +34,3 @@ - fixed "TypeError: value.replace is not a function" | ||
## 1.1.3 - 2018-12-19 | ||
### 1.1.3 - 2018-12-19 | ||
@@ -34,3 +40,3 @@ - add check.relay option | ||
## 1.1.2 - 2018-11-03 | ||
### 1.1.2 - 2018-11-03 | ||
@@ -40,3 +46,3 @@ - add check.local_ip config option | ||
## 1.1.1 - 2018-05-10 | ||
### 1.1.1 - 2018-05-10 | ||
@@ -49,3 +55,3 @@ - pass TLS-Cipher and TLS-Version headers to rspamd (fixes #4) | ||
## 1.1.0 - 2018-01-12 | ||
### 1.1.0 - 2018-01-12 | ||
@@ -57,4 +63,7 @@ - use /checkv2 endpoint (requires rspamd 1.6+) | ||
## 1.0.0 - 2017-09-11 | ||
### 1.0.0 - 2017-09-11 | ||
- initial release | ||
[1.1.8]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.1.8 |
{ | ||
"name": "haraka-plugin-rspamd", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Haraka plugin for rspamd", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
[![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] | ||
@@ -175,6 +173,4 @@ | ||
<!-- leave these buried at the bottom of the document --> | ||
[ci-img]: https://travis-ci.org/haraka/haraka-plugin-rspamd.svg | ||
[ci-url]: https://travis-ci.org/haraka/haraka-plugin-rspamd | ||
[ci-win-img]: https://ci.appveyor.com/api/projects/status/xewfkqnt6yis1gen?svg=true | ||
[ci-win-url]: https://ci.appveyor.com/project/msimerson/haraka-plugin-rspamd | ||
[ci-img]: https://github.com/haraka/haraka-plugin-rspamd/actions/workflows/ci.yml/badge.svg | ||
[ci-url]: https://github.com/haraka/haraka-plugin-rspamd/actions/workflows/ci.yml | ||
[cov-img]: https://codecov.io/github/haraka/haraka-plugin-rspamd/coverage.svg | ||
@@ -184,5 +180,3 @@ [cov-url]: https://codecov.io/github/haraka/haraka-plugin-rspamd | ||
[clim-url]: https://codeclimate.com/github/haraka/haraka-plugin-rspamd | ||
[gk-img]: https://badges.greenkeeper.io/haraka/haraka-plugin-rspamd.svg | ||
[gk-url]: https://greenkeeper.io/ | ||
[npm-img]: https://nodei.co/npm/haraka-plugin-rspamd.png | ||
[npm-url]: https://www.npmjs.com/package/haraka-plugin-rspamd |
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
29340
181