diff --git a/index.js b/index.js index 6610bb6..3744519 100644 --- a/index.js +++ b/index.js @@ -91,7 +91,8 @@ exports.do_resque = async function (next, connection) { const transaction = connection.transaction const data = { - "uuid": transaction.uuid + "uuid": transaction.uuid, + "resque-user": auth } plugin.loginfo(plugin, `Processing transaction '${data.uuid} for user '${auth}'`) diff --git a/package.json b/package.json index ead2489..93fb692 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-resque", - "version": "1.1.2", + "version": "1.1.3", "description": "Haraka plugin that act as a queue and perform REST post to a remote url", "main": "index.js", "scripts": {