All Projects → rspamd → Rspamd

rspamd / Rspamd

Licence: apache-2.0
Rapid spam filtering system.

Programming Languages

c
50402 projects - #5 most used programming language
lua
6591 projects

Labels

Projects that are alternatives of or similar to Rspamd

Bomberthon
Best Bombing Tool with WhatsApp, Instagram, SMS bomber
Stars: ✭ 84 (-93.97%)
Mutual labels:  email
Cssinliner Extra
CSS Inliner support for Twig
Stars: ✭ 93 (-93.32%)
Mutual labels:  email
Premailer Rails
CSS styled emails without the hassle.
Stars: ✭ 1,382 (-0.72%)
Mutual labels:  email
Contextio Node
[DEPRECATED] - Official Node.js client library for the Context.IO Email API
Stars: ✭ 86 (-93.82%)
Mutual labels:  email
Opaquemail
.NET email library and proxy supporting IMAP, POP3, and SMTP with S/MIME and PGP.
Stars: ✭ 91 (-93.46%)
Mutual labels:  email
Mailmergelib
MailMergeLib is a mail message client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.
Stars: ✭ 97 (-93.03%)
Mutual labels:  email
Sendgrid Php
The Official Twilio SendGrid Led, Community Driven PHP API Library
Stars: ✭ 1,257 (-9.7%)
Mutual labels:  email
I2p.i2p Bote
I2P-Bote is a serverless, encrypted e-mail application.
Stars: ✭ 103 (-92.6%)
Mutual labels:  email
Host report
主机巡检报表发送,salt来统计后定时发送邮件。
Stars: ✭ 92 (-93.39%)
Mutual labels:  email
Ravenx
Notification dispatch library for Elixir applications
Stars: ✭ 100 (-92.82%)
Mutual labels:  email
Python Sparkpost
SparkPost client library for Python
Stars: ✭ 87 (-93.75%)
Mutual labels:  email
Inbrief
InBrief is a personal briefing app and dashboard powered by Electron and React
Stars: ✭ 90 (-93.53%)
Mutual labels:  email
Pine
A modular and lightweight, responsive email framework.
Stars: ✭ 98 (-92.96%)
Mutual labels:  email
Jaromail
A commandline tool to easily and privately handle your e-mail
Stars: ✭ 86 (-93.82%)
Mutual labels:  email
Awesome Emails
✉️ An awesome list of resources to build better emails.
Stars: ✭ 1,379 (-0.93%)
Mutual labels:  email
Mjml Utils
The utility belt for MJML developers
Stars: ✭ 85 (-93.89%)
Mutual labels:  email
Mailway
Mailway installer, host your own Mailway instance
Stars: ✭ 94 (-93.25%)
Mutual labels:  email
Spring Boot 2.x Examples
Spring Boot 2.x code examples
Stars: ✭ 104 (-92.53%)
Mutual labels:  email
Mosaico
Mosaico - Responsive Email Template Editor
Stars: ✭ 1,392 (+0%)
Mutual labels:  email
Swiftmailer
Comprehensive mailing tools for PHP
Stars: ✭ 9,503 (+582.69%)
Mutual labels:  email

Rspamd

DroneCI

Introduction

Rspamd is an advanced spam filtering system and email processing framework that allows evaluation of messages by a number of rules including regular expressions, statistical analysis and custom services such as URL black lists. Each message is analysed by Rspamd and given a verdict that might be used by MTA for further processing (e.g. to reject a message, or add a special header indicating spam) along with other information, such as possible DKIM signature or modifications suggested for a message.

Rspamd can act as a Milter allowing direct interaction with popular MTA systems, such as Postfix or Sendmail.

Rspamd is designed to process hundreds of messages per second simultaneously, and provides a number of useful features including a comprehensive Lua API that allows access to messages processing in various aspects as well as asynchronous network API to access external resources, such as DNS, HTTP or even generic TCP/UDP services.

Getting Started

A good starting point to study how to install and configure Rspamd is the quick start guide.

Rspamd is packaged for the major Linux distributions, and is also available via FreeBSD ports, NetBSD pkgsrc and OpenBSD ports.

We advice to use packages provided by Rspamd project if available for your OS instead of packages that might be provided by some Linux distributives, as they are usually out of date and does not provide the desired spam filtering quality nor supported by Rspamd project.

Spam filtering features

Rspamd is shipped with various spam filtering modules and features enabled just out of the box. The full list of built-in modules could be found in the Rspamd documentation.

If that is not enough, Rspamd provides an extensive Lua API to write your own rules and plugins: https://rspamd.com/doc/tutorials/writing_rules.html

Contributing

Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].