No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Start Free
AI-generated apps that pass security review
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
For Outlook I had been using the SpamBayes plugin for years in order to remove spam e-mails. However, with Outlook 365 the addin stopped working for me.
This reimplementation enables you to mark e-mails as spam or valid. Based on your input the addin learns how to classify e-mails. If the addin detects spam then it will move the e-mail to a configurable folder in Outlook.
*** NOTE: Version 4.0 development has moved to https://github.com/Hallikas/sspamm ... This space has saved as legacy data
Semi's Spam Milter (sspamm), is python based SPAM filter for Sendmail that utilizes spambayes heurestic spam filtering. You also need Python Milter and Spambayes.
Not all email clients have Spam filtering (and training) built in. Spam Trainer provides
easy (drag and drop) training from your mail client, passing messages through to your spam filter (e.g. Spambayes) via command line scripts.
This is a geek-oriented server-side spam filtering tool, running on Linux, based on spambayes and BerkelyDB, written mainly in python but with a little C.
Goals of this project are: filtering precision, performance, customizability, code quality, fun ;)
Quotient is multi-protocol (SMTP, POP, IMAP, SIP, HTTP, Q2Q) server that helps with all your online conversations be they over email, IRC, IM, mailing lists or voice over IP. It is written in Python on the Twisted framework and uses Lupy and SpamBayes.