Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

haraka-plugin-rspamd

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-plugin-rspamd - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

6

Changes.md
### Unreleased
### [1.3.1] - 2023-03-02
- fix for loop returns (#35)
### [1.3.0] - 2023-02-23

@@ -77,1 +82,2 @@

[1.3.0]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.3.0
[1.3.1]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.3.1

6

index.js

@@ -189,3 +189,3 @@ 'use strict';

const header_values = data.milter.add_headers[key];
if (!header_values) return;
if (!header_values) continue;

@@ -384,7 +384,7 @@ if (Object.prototype.toString.call(header_values) == '[object Array]') {

// collapse to comma separated string, so values get logged
if (!data[b]) return;
if (!data[b]) continue;
if (data[b].length) {
clean[b] = data[b].join(',');
return;
continue;
}

@@ -391,0 +391,0 @@

{
"name": "haraka-plugin-rspamd",
"version": "1.3.0",
"version": "1.3.1",
"description": "Haraka plugin for rspamd",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc