Skip to content

Commit

Permalink
repackage AVG plugin to NPM module (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 7, 2024
1 parent 0c08688 commit b9b4ede
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 202 deletions.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#### Changed

- avg: repackaged as NPM module #3347
- bounce: repackaged plugin as NPM module #3341
- connection: check remote is connected before queue #3338
- transaction: init with conn.init_transaction, always pass in cfg #3315
Expand Down
5 changes: 0 additions & 5 deletions config/avg.ini

This file was deleted.

35 changes: 0 additions & 35 deletions docs/plugins/avg.md

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"haraka-plugin-asn": "^2.0.2",
"haraka-plugin-attachment": "^1.1.2",
"haraka-plugin-auth-ldap": "^1.1.0",
"haraka-plugin-avg": "^1.1.0",
"haraka-plugin-bounce": "1.0.2",
"haraka-plugin-dcc": "^1.0.2",
"haraka-plugin-dkim": "^1.0.3",
Expand Down Expand Up @@ -96,4 +97,4 @@
"versions": "npx dependency-version-checker check",
"versions:fix": "npx dependency-version-checker update && npm run prettier:fix"
}
}
}
161 changes: 0 additions & 161 deletions plugins/avg.js

This file was deleted.

0 comments on commit b9b4ede

Please sign in to comment.