Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.0 #1

Open
6 tasks done
niftylettuce opened this issue Apr 24, 2020 · 6 comments
Open
6 tasks done

v2.0.0 #1

niftylettuce opened this issue Apr 24, 2020 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@niftylettuce
Copy link
Contributor

niftylettuce commented Apr 24, 2020

  • 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
@niftylettuce niftylettuce added the help wanted Extra attention is needed label Apr 24, 2020
@niftylettuce niftylettuce pinned this issue Apr 24, 2020
@niftylettuce
Copy link
Contributor Author

niftylettuce commented May 4, 2020

  • Add more tests

@niftylettuce
Copy link
Contributor Author

niftylettuce commented May 8, 2020

  • Phishing protection is too strict (e.g. sendgrid link tracker/click trackers won't work)

@niftylettuce
Copy link
Contributor Author

niftylettuce commented May 29, 2020

  • Add SpamAssassin and rspam clamav integration

@niftylettuce
Copy link
Contributor Author

  • Test against ARF abuse.zip
  • Track reputation of links (e.g. ham sent but with spammy links)

@niftylettuce
Copy link
Contributor Author

niftylettuce commented Jun 18, 2020

  • When ARF parses message, strip out the replacement tokens to get a pure content-only tokens array
  • We may want to do PG approach of looking at (n) most interesting words
  • Gibberish detection with Wikimedia and Google AI datasets

@niftylettuce
Copy link
Contributor Author

niftylettuce commented Jun 18, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant