package
Version:
v0.0.0-...-c5bcced
Opens a new window with list of versions in this module.
Published: Sep 16, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
The check/spam package checks the spam content value of an email.
var lib = require('check/whois');
var txt = require('file').load('email.txt');
var res = lib.validate(txt);
console.log(res);
type Info struct {
OK bool `console:"ok" codec:"success"`
Score string `console:"score" codec:"score"`
Report string `console:"report" codec:"report"`
Message string `console:"message" codec:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.