diff --git a/index.js b/index.js index 9faefed..9beb853 100644 --- a/index.js +++ b/index.js @@ -4,6 +4,8 @@ const SPF = require('./lib/spf').SPF; const net_utils = require('haraka-net-utils'); const DSN = require('haraka-dsn'); +exports.SPF = SPF; + exports.register = function () { const plugin = this; diff --git a/package.json b/package.json index 4563bb3..f70192f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-spf", - "version": "1.1.3", + "version": "1.1.4", "description": "Sender Policy Framework (SPF) plugin for Haraka", "main": "index.js", "scripts": {