Skip to content

Commit

Permalink
messagesniffer: repackaged as NPM module
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 8, 2024
1 parent 2e6ff61 commit e43c165
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 565 deletions.
5 changes: 3 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
- logger: extend add_log_methods to Classes (connection, plugins, hmail) #3322
- logger: when logging via `logger` methods, use short names #3322
- logger: check Object.hasOwn to avoid circular deps
- mail_from.resolvable: refactored, leaning on improved net_utils #3322
- fixes haraka/haraka-net-utils#88
- messagesniffer: repackaged as NPM module
- outbound
- check for local_mx only when default route is used #3307
- client_pool: use tls_socket directly (shed line_socket)
Expand All @@ -49,8 +52,6 @@
- remove undocumented use of send_email with arity of 2. #3322
- encapsulate force_tls logic into get_force_tls #3322
- queue/lmtp: refactored for DRY and improved readability #3322
- mail_from.resolvable: refactored, leaning on improved net_utils #3322
- fixes haraka/haraka-net-utils#88
- smtp_client: pass connect_timeout, maybe fixes #3281
- spamassassin: repackaged as NPM module #3348
- style(es6): more for...of loops
Expand Down
2 changes: 1 addition & 1 deletion Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ A comprehensive list of known plugins. Create a PR to add yours to these lists.
[url-logreader]: https://github.com/haraka/haraka-plugin-log-reader
[url-milter]: https://github.com/haraka/haraka-plugin-milter
[url-mfres]: https://github.com/haraka/Haraka/blob/master/docs/plugins/mail_from.is_resolvable.md
[url-msgsniff]: https://github.com/haraka/Haraka/blob/master/docs/plugins/messagesniffer.md
[url-msgsniff]: https://github.com/haraka/haraka-plugin-messagesniffer
[url-ms]: http://www.armresearch.com/Products/
[url-creds]: https://github.com/haraka/Haraka/blob/master/docs/plugins/prevent_credential_leaks.md
[url-postgres]: https://github.com/haraka/haraka-plugin-rcpt-postgresql
Expand Down
18 changes: 0 additions & 18 deletions config/messagesniffer.ini

This file was deleted.

163 changes: 0 additions & 163 deletions docs/plugins/messagesniffer.md

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"haraka-plugin-karma": "^2.1.5",
"haraka-plugin-known-senders": "^1.1.0",
"haraka-plugin-limit": "^1.2.3",
"haraka-plugin-messagesniffer": "^1.0.0",
"haraka-plugin-p0f": "^1.0.9",
"haraka-plugin-qmail-deliverable": "^1.2.3",
"haraka-plugin-rcpt-ldap": "^1.1.0",
Expand Down
Loading

0 comments on commit e43c165

Please sign in to comment.