Rapid spam filtering system.
Go to file
Vsevolod Stakhov 3f578a1e9c
Merge pull request #4019 from rekup/fix/arc_whitelisted_signers_map
[Fix] Avoid overwriting whitelisted_signers_map
2021-12-24 10:35:21 +00:00
.github
centos
clang-plugin [Minor] Another try to fix clang plugin build 2021-05-27 15:14:33 +01:00
cmake [Minor] Allow ubsan usage 2021-12-04 14:12:39 +00:00
conf Merge pull request #4013 from dupondje/add_pdf_mapping 2021-12-19 14:27:22 +00:00
contrib [Minor] Increase EDNS0 max packet size to couple with some poor TXT records 2021-12-17 18:08:24 +00:00
debian [Minor] Debian: Add cxx switch knobs 2021-02-09 16:44:53 +00:00
doc [Minor] Add documentation for lua cdb module 2021-10-19 20:51:30 +01:00
docker Dockerfile: Switch to bullseye 2021-10-12 18:05:45 +02:00
freebsd
interface [WebUI] Fix saving credentials in password manager 2021-12-18 20:44:39 +03:00
lualib [Fix] Avoid overwriting whitelisted_signers_map 2021-12-24 08:21:41 +01:00
rules [Minor] Fix rule 2021-11-30 13:51:54 +00:00
src [Fix] Avoid overwriting whitelisted_signers_map 2021-12-24 08:21:41 +01:00
test [Test] Fix mime dump test 2021-12-09 11:09:06 +00:00
utils [Minor] Plug some leaks on error paths 2021-09-18 12:29:57 +01:00
.drone.yml [Minor] Fix test stage 2021-11-21 16:45:49 +00:00
.eslintrc.json [Test] Disable prefer-object-has-own ESLint rule 2021-12-18 22:26:40 +03:00
.gitignore
.luacheckrc [Rules] Remove ancient and inefficient rules 2021-11-29 17:26:27 +00:00
.stylelintrc.json [Test] Pet Stylelint 2021-11-14 21:18:58 +03:00
.tidyallrc
AUTHORS.md Update AUTHORS.md 2021-01-01 18:41:36 +00:00
blas-config.h.in
ChangeLog Release 3.1 2021-11-01 14:33:30 +00:00
CMakeLists.txt [Minor] Remove unused option 2021-11-21 16:19:10 +00:00
config.h.in [Minor] Polish alignment macros 2021-12-06 11:39:54 +00:00
CONTRIBUTING.md
dist.sh
LICENSE.md
lua_style.md
package.json [Test] Add PostCSS syntaxes for embedded styles 2021-11-14 20:39:52 +03:00
README.md
rspamd.service
set-version.sh
uncrustify.cfg
uncrustify.sh

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