diff --git a/index.js b/index.js index b167ca3..ebddca2 100644 --- a/index.js +++ b/index.js @@ -77,7 +77,7 @@ exports.load_resque_json = function () { '-keep_message', // plugin.cfg.main.keep_message=false '+rcpt_blackhole' // plugin.cfg.main.rcpt_blackhole=true ] - }, plugin.load_my_plugin_ini) + }, plugin.load_resque_json) resqueInitQueueDir(plugin) resqueInitUsers(plugin) diff --git a/package.json b/package.json index 72c3e8e..46b24d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-resque", - "version": "1.1.6", + "version": "1.1.7", "description": "Haraka plugin that act as a queue and perform REST post to a remote url", "main": "index.js", "scripts": { @@ -31,9 +31,9 @@ "eslint-plugin-haraka": "*", "haraka-test-fixtures": "*", "mocha": "^10.2.0", - "nock": "^13.5.0" + "nock": "^13.5.1" }, "dependencies": { - "axios": "^1.6.5" + "axios": "^1.6.7" } }