Haraka 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
4
4
 
5
5
  ### Unreleased
6
6
 
7
+ - fix(deps): update haraka-plugin-dkim to 1.2.0 to match new addresses handling #3564
8
+ - fix(deps): update haraka-plugin-rspamd to 1.6.0 to match new addresses handling #3564
9
+
7
10
  ### [3.2.0] - 2026-05-NN
8
11
 
9
12
  - fix(status): merge worker status into summary #3574
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "server",
10
10
  "email"
11
11
  ],
12
- "version": "3.2.0",
12
+ "version": "3.2.1",
13
13
  "homepage": "http://haraka.github.io",
14
14
  "repository": {
15
15
  "type": "git",
@@ -46,7 +46,7 @@
46
46
  "haraka-plugin-bounce": "~2.1.2",
47
47
  "haraka-plugin-clamd": "~1.0.2",
48
48
  "haraka-plugin-dcc": "~1.0.3",
49
- "haraka-plugin-dkim": "~1.1.2",
49
+ "haraka-plugin-dkim": "~1.2.0",
50
50
  "haraka-plugin-dns-list": "~1.2.4",
51
51
  "haraka-plugin-early_talker": "~1.0.2",
52
52
  "haraka-plugin-fcrdns": "~1.1.2",
@@ -61,7 +61,7 @@
61
61
  "haraka-plugin-messagesniffer": "~1.0.1",
62
62
  "haraka-plugin-qmail-deliverable": "~1.3.5",
63
63
  "haraka-plugin-relay": "~1.0.2",
64
- "haraka-plugin-rspamd": "~1.5.0",
64
+ "haraka-plugin-rspamd": "~1.6.0",
65
65
  "haraka-plugin-spamassassin": "~1.0.4",
66
66
  "haraka-plugin-spf": "~1.2.11",
67
67
  "haraka-plugin-syslog": "~1.1.0",