Open Source
SpamAssassin is a free and open-source project under the Apache License, allowing users to modify and distribute the software freely.
Highly Customizable
Users can tailor the filtering rules according to their specific needs, allowing for enhanced flexibility and effectiveness in spam detection.
Robust Community Support
Being an open-source project with an active community, SpamAssassin benefits from continuous updates and a wealth of shared knowledge.
Effective Spam Detection
SpamAssassin uses a wide range of heuristic and statistical analysis techniques to identify spam with high accuracy.
Support for Plugins
The software supports various plugins, allowing users to extend its functionality and improve spam filtering capabilities.
Integration Capabilities
SpamAssassin can be integrated with various mail servers and email clients, making it a versatile tool for different environments.
Spamassassin or rspamd or ASSP. All very good. Spamassassin just works, but you need to feed it a good cohort of spam and ham (about 1000 messages each). Most people only send it the spam which will then bias it quite a bit and not have it classify spam as spam unless it’s the worst of the bunch. Spamassassin is a filter for your mail server. Rspamd is the same idea. ASSP is highly configurable and a proxy.
Source:
about 1 year ago
I’m currently looking into using a Bayesian spam filter like Bogofilter or Apache Spamassassin to help out. I’d run the contents of my Contact Us form through the filter after the initial validation, and if the contents are below my spam threshold, I would actually send out the contact us request.
Source:
almost 3 years ago
The famous spam filter SpamAssassin. Score: -0.6.
A score below -5 is considered spam. -0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid
This rule is automatically applied if your email contains a DKIM signature but other positive rules will also be added if your DKIM signature is valid. See immediately below. 0.1 DKIM_VALID Message has at least one valid DKIM or DK…
Source:
about 3 years ago
To detect whether incoming emails are malicious, mail servers also use spam scanners, such as Apache’s popular SpamAssasin. The internal workings of these spam scanners can be somewhat complicated (involving Naive Bayes Classifiers on trained, large datasets, for the curious), but the primary takeaway is that these classification systems typically assign a numerical point value to an incoming email to determine…
– Source: dev.to
/
over 3 years ago