Rapid spam filtering system.
Find a file
Vsevolod Stakhov e735d265fe
Merge pull request #5583 from fatalbanana/el10_fix
[Minor] Further RPM changes for EL10
2025-08-21 18:01:51 +06:00
.github [Minor] Enable multimap module in WebUI E2E workflow 2025-08-15 09:43:51 +03:00
clang-plugin [Rework] Further types conversion (no functional changes) 2024-03-18 18:56:33 +00:00
cmake [Fix] Fix variable propagation (no functional change) 2025-06-06 11:50:06 +01:00
conf [Minor] Use modern bayes configuration 2025-07-23 15:17:25 +01:00
contrib [Minor] Always disable xxhash inline 2025-06-06 13:33:07 +01:00
debian [Minor] Fix Debian package build 2025-05-21 13:20:02 +02:00
doc Modify rspamc doc to clarify that control password can also be passed by path 2025-05-16 22:26:03 +02:00
docker [Minor] Replace Dockerfile with advertisement for image 2023-11-30 22:24:47 +02:00
freebsd [Fix] remove obsolete rspamd-redirector files 2023-03-05 10:55:03 +00:00
interface [WebUI] Add history load range controls 2025-07-22 19:25:05 +03:00
lualib Merge pull request #5547 from rspamd/vstakhov-multi-class-bayes 2025-08-04 17:58:44 +06:00
rpm [Minor] Further RPM changes for EL10 2025-08-20 12:02:12 +02:00
rules [Rules] Make bitcoin expression to use explicit flags 2025-07-15 11:10:09 +01:00
src Merge branch 'master' of https://github.com/hunter-nl/rspamd 2025-08-16 10:56:15 +02:00
test [Test] Display browser version in HTML report and console 2025-08-14 18:10:35 +03:00
utils Prevent option duplicates in rspamd_stats.pl 2025-03-02 13:57:10 +01:00
.clang-format [Rework] Use clang-format to unify formatting in all sources 2023-07-26 10:49:23 +01:00
.gitignore [Test] Use actions/setup-node 2024-07-17 18:07:29 +03:00
.luacheckrc [Project] Add classify redis script 2023-12-02 12:36:17 +00:00
.overcommit.yml [Fix] Use a more straightforward approach for learn cache 2025-07-30 10:01:10 +01:00
.stylelintrc.json [Test] Remove deprecated Stylelint rule 2023-12-09 17:49:20 +03:00
.tidyallrc [Minor] Remove tidy checks as they are crap 2019-07-22 16:25:12 +01:00
AUTHORS.md Update AUTHORS.md 2025-03-15 15:51:20 -05:00
blas-config.h.in [Feature] Support BLIS blas library 2020-09-02 13:46:16 +01:00
ChangeLog Release 3.12.1 2025-06-17 10:33:21 +01:00
CMakeLists.txt [Minor] Update version 2025-06-17 10:33:21 +01:00
config.h.in [Fix] As we have replxx library, always use it 2025-06-06 11:50:06 +01:00
CONTRIBUTING.md [Minor] Some neats 2023-11-26 22:47:58 +00:00
dist.sh [Minor] Simplify creation of dist tarball that is reproducible 2020-01-18 16:26:39 +00:00
eslint.config.mjs [Test] Display browser version in HTML report and console 2025-08-14 18:10:35 +03:00
LICENSE.md [Minor] Proper license format 2018-09-22 13:10:55 +01:00
lua_style.md Spelling (#4086) 2022-02-22 22:01:28 +00:00
package-lock.json [Test] Update ESLint and Stylelint linters 2025-07-02 13:48:13 +03:00
package.json [Test] Update ESLint and Stylelint linters 2025-07-02 13:48:13 +03:00
README.md Merge pull request #5000 from spithash/patch-1 2024-06-05 15:55:01 +06:00
rspamd.service [Minor] Require network-online target as well 2018-03-08 09:48:30 +00:00
set-version.sh [Minor] Update Debian and RPM package versions 2020-02-14 23:21:42 +00:00

Rspamd

GHA

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/developers/writing_rules.html

License

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

Contributing

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

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in rspamd by you, as defined in the APACHE 2.0 license, shall be licensed as above, without any additional terms or conditions.

Authors

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

References