You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we're parsing tokens, striptags implementation needs to additionally be pre-processed with sanitize-html to remove blocks like <style>, <stylesheet>, <meta>, <head> etc.
Modify scanner.getPhishingResults to check against OpenPhish and PhishTank datasets.
Tokenize and stem other mail headers (e.g. to, from, cc, bcc, reply-to, in-reply-to, etc.)
Determine solution to performance issue with classifier.train() in classifier.js per NaturalNode/natural#520.
Headers should NOT get converted and preserved for URL/Received-By purposes - only content should be converted
Get inspiration from ls /usr/share/spamassassin if needed
striptagsimplementation needs to additionally be pre-processed withsanitize-htmlto remove blocks like<style>,<stylesheet>,<meta>,<head>etc.scanner.getPhishingResultsto check againstOpenPhishand PhishTank datasets.classifier.train()inclassifier.jsper NaturalNode/natural#520.ls /usr/share/spamassassinif needed