spamscanner VS SpamAssassin

Compare spamscanner vs SpamAssassin and see what are their differences.

spamscanner

Spam Scanner is a Node.js anti-spam, email filtering, and phishing prevention tool and service. Built for @ladjs, @forwardemail, @cabinjs, @breejs, and @lassjs. (by spamscanner)

SpamAssassin

Read-only mirror of Apache SpamAssassin. Submit patches to https://bz.apache.org/SpamAssassin/. Do not send pull requests (by apache)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
spamscanner SpamAssassin
4 8
265 276
4.5% 1.8%
0.0 8.5
2 months ago 6 days ago
JavaScript Perl
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

spamscanner

Posts with mentions or reviews of spamscanner. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-25.
  • Ask HN: Spammers got smarter or Gmail is no longer good?
    2 projects | news.ycombinator.com | 25 Jan 2022
    Same problem as well; there are so many attack vectors it's absurd.

    I've tried rspamd, SpamAssassin, and so many other alternatives. Then I decided to try writing my own in JS.

    Spam Scanner (work in progress) is at https://spamscanner.net with source code at https://github.com/spamscanner. Trying to do it in a privacy-focused way, which is incredibly challenging to say the least.

    Fortunately we're thinking that with ARF in combination with human curators (privacy-focused where sensitive data is redacted during curation process), and a combination of tech - will make this at least a bit better - and completely open source too.

    We're in the progress of building an SMTP alternative, so we're not just a forwarding service (Forward Email at https://forwardemail.net) - and I hope to have Spam Scanner hooked in to individual inboxes as well, so it gets smarter for the individual users as opposed to group-think.

    I'm hoping that we can at least make things a bit smarter with some scrappy measures over time. Hoping to launch SMTP by April so you can use Thunderbird, Apple Mail, or K-9 for instance with your own inbox running Spam Scanner.

  • Spam Scanner: Mejor servicio de antispam, filtrado de correo electrónico y prevención de phishing 🛡💯
    1 project | /r/u_esgeeks | 31 Dec 2021
  • Ask HN: Those making $500/month on side projects in 2021 – Show and tell
    13 projects | news.ycombinator.com | 23 Dec 2021
  • Why Your Emails May Be Bouncing Back & What You Can Do About It
    3 projects | dev.to | 6 May 2021
    For a detailed description of these fields, refer to the docs. Typically, the result in the is_spam field should be enough to give you confidence that your email will not be marked as spam. Note that spamscanner does not assign a numerical value but instead opts to return a boolean.

SpamAssassin

Posts with mentions or reviews of SpamAssassin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-03.
  • Apache SpamAssassin 4.0.1 has been released
    1 project | news.ycombinator.com | 29 Mar 2024
  • Ok, I've migrated email to selfhosted
    2 projects | /r/selfhosted | 3 Jul 2023
    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.
  • I am looking for something like barracuda for a home setup
    1 project | /r/homelab | 4 Jun 2022
    https://spamassassin.apache.org/ ?
  • Using Flask for a personal website - add dynamic component?
    1 project | /r/flask | 29 Sep 2021
    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.
  • Using xyz TLD domain as a primary email address
    1 project | news.ycombinator.com | 22 Aug 2021
    Avoid it. Apache's SpameAssassin flags several TLDs including .xyz as 'suspicious' nTLD[1].

    [1]: https://github.com/apache/spamassassin/blob/trunk/rulesrc/sa...

  • Domain or Dedicated Email account to improve deliverability?
    1 project | /r/Emailmarketing | 30 Jul 2021
    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 signature Great! Your signature is valid 0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain Great! Your signature is valid and it's coming from your domain name 0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.001 HTML_MESSAGE HTML included in message No worry, that's expected if you send HTML emails 0.001 RCVD_IN_MSPIKE_H2 Average reputation (+2) 23.83.209.151 listed in wl.mailspike.net -0.001 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.001 SPF_PASS SPF: sender matches SPF record Great! Your SPF is valid -0.01 T_KAM_HTML_FONT_INVALID Test for Invalidly Named or Formatted Colors in HTML -0.644 URIBL_SBL Contains an URL listed in the SBL blocklist -0.1 URIBL_SBL_A Contains URL\'s A record listed in the SBL blocklist
  • Spamassassin Untrustworthy TLDs
    1 project | /r/selfhosted | 19 Jul 2021
    Maybe you updated spamassassin in the process? Because it looks like they have a list of "spammy TLDs" and .site is in it.
  • Why Your Emails May Be Bouncing Back & What You Can Do About It
    3 projects | dev.to | 6 May 2021
    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 the validity of the message. The higher the score, the more likely that the email is spam. For reference, the ISP Optimum states the following regarding their spam filtering:

What are some alternatives?

When comparing spamscanner and SpamAssassin you can also consider the following projects:

nginx-ultimate-bad-bot-blocker - Nginx Block Bad Bots, Spam Referrer Blocker, Vulnerability Scanners, User-Agents, Malware, Adware, Ransomware, Malicious Sites, with anti-DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders

Fail2Ban - Daemon to ban hosts that cause multiple authentication errors

degiro - DEGIRO (unoficial) API

pfSense - Main repository for pfSense

vatcomply - VATcomply is a free API service for vat number validation, user ip geolocation and foreign exchange rates.

Pen Test Tools - Homebrew Tap - Pen Test Tools

aws-lambda-fastify - Insipired by aws-serverless-express to work with Fastify with inject functionality.

Blackbox - Safely store secrets in Git/Mercurial/Subversion

i18n - i18n wrapper and Koa middleware for Lad

Denyhosts - Automated host blocking from SSH brute force attacks

spam-words - List of spam words in different languages

crowdsec - CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.