Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 639 Bytes

TODO.md

File metadata and controls

17 lines (15 loc) · 639 Bytes

Todo list

High priority

* Write program as main() * Correct the use of subprocess Popen (pipe.communicate() is the way to go) * Delete the semi-encryption of passwords (Security through obscurity != security)

Other stuff

* Auto report messages to Razor (high scoring ones that are definitely spam) * Delete the semi-encryption of passwords (Security through obscurity != security) * Seperate out messages that may be false positives (scores close to SpamAssassin thresholds) from the definite spam ones. * Stop using working dir as cache * Set a 50 emails partial run defaut and loop it * python 3