haraka-plugin-p0f
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,1 +1,6 @@ | ||
## 1.0.4 - 2019-12-23 | ||
- update to es6 classes | ||
## 1.0.3 - 2018-05-30 | ||
@@ -2,0 +7,0 @@ |
@@ -53,3 +53,3 @@ 'use strict'; | ||
if (!this.restart_interval) { | ||
this.restart_interval = setInterval(() => { connect(); }, 5 * 1000); | ||
this.restart_interval = setInterval(() => { this.connect(); }, 5 * 1000); | ||
} | ||
@@ -56,0 +56,0 @@ // Clear the receive queue |
{ | ||
"name": "haraka-plugin-p0f", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Haraka plugin that adds TCP fingerprinting", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "node node_modules/.bin/eslint *.js test/**/*.js", | ||
"lintfix": "node node_modules/.bin/eslint --fix *.js test/**/*.js", | ||
"test": "mocha" | ||
"lint": "npx eslint *.js test/*.js", | ||
"lintfix": "npx eslint --fix *.js test/*.js", | ||
"test": "npx mocha" | ||
}, | ||
@@ -20,3 +20,3 @@ "repository": { | ||
], | ||
"author": "Haraka Team <haraka-mail@gmail.com>", | ||
"author": "Haraka Team <haraka.mail@gmail.com>", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "bugs": { | ||
"devDependencies": { | ||
"eslint": ">=3", | ||
"eslint": ">=4", | ||
"eslint-plugin-haraka": "*", | ||
@@ -31,0 +31,0 @@ "haraka-test-fixtures": "*", |
@@ -11,4 +11,3 @@ [![Build Status][ci-img]][ci-url] | ||
Use TCP fingerprint info (remote computer OS, network distance, etc) to | ||
implement more sophisticated anti-spam policies. | ||
Supply TCP fingerprint info (remote computer OS, network distance, etc) about the remote mail server. This can be used to implement more sophisticated anti-spam policies. | ||
@@ -15,0 +14,0 @@ This plugin inserts a _p0f_ connection note with information deduced |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17487
14
76