Rapid spam filtering system.
Go to file
2019-09-30 09:14:29 +01:00
.circleci
.github Create FUNDING.yml 2019-06-22 14:14:32 +01:00
centos [Conf] Introduce maps.d directories 2019-09-18 10:05:22 +03:00
clang-plugin [Minor] Do not stop when cannot parse query string in clang plugin 2019-05-03 16:22:14 +01:00
conf [Minor] Rbl: Moar fixes to the registration logic 2019-09-24 12:22:18 +01:00
contrib [Minor] Init tree before usage 2019-09-27 15:05:16 +01:00
debian [Minor] Fix debian dependencies 2019-06-22 13:21:56 +01:00
doc [Minor] Fix doc target 2019-09-23 09:53:57 +01:00
docker Dockerfile: use buster 2019-07-19 14:56:15 +02:00
freebsd
interface [Minor] WebUI: enable scan button on page load 2019-08-31 11:20:26 +03:00
lualib [Minor] Rbl: Improve migration portability 2019-09-30 09:14:29 +01:00
rules [Conf] Make LEAKED_PASSWORD_SCAM a composite rule again 2019-09-19 12:13:48 +01:00
src Merge pull request #3057 from CAPSLOCK2000/typo_report_start 2019-09-29 20:04:36 +01:00
test [Test] Bad boundary+FreemailCC 2019-09-29 15:58:57 +03:00
utils [Rework] Start moving to replxx 2019-09-03 17:57:01 +01:00
.drone.yml [Test] Add more verbosity 2019-07-09 12:14:07 +01:00
.eslintrc.json [Test] Reorder ESLint rules 2019-08-31 12:45:19 +03:00
.gitignore [Minor] Improve gitignore 2019-08-30 14:40:05 +01:00
.hgtags
.luacheckrc [Minor] Try use math.tanh if available 2019-05-15 14:45:40 +01:00
.stylelintrc.json [Test] Add stylelint checks for CSS 2019-04-06 20:59:31 +03:00
.tidyallrc [Minor] Remove tidy checks as they are crap 2019-07-22 16:25:12 +01:00
AUTHORS.md
ChangeLog [Minor] Add Changelog for 1.9.4 2019-05-23 15:40:43 +01:00
CMakeLists.txt [Rework] No more magic 2019-09-09 16:26:16 +01:00
config.h.in [Rework] Rework initialisation to reduce static leaks count 2019-09-27 13:32:42 +01:00
CONTRIBUTING.md [Minor] Update CONTRIBUTING 2019-04-08 16:53:41 +01:00
dist.sh
FindArch.cmake
FindRagel.cmake
LICENSE.md
lua_style.md
package.json [Test] Remove obsolete eslintIgnore 2019-08-31 12:42:27 +03:00
PVS-Studio.cmake [Fix] Fix various issues found by PVS Studio 2019-03-13 15:01:55 +00:00
README.md [Minor] Update README 2019-04-08 14:24:24 +01:00
rspamd.service
uncrustify.cfg
uncrustify.sh

Rspamd

DroneCI

Introduction

Rspamd is an advanced spam filtering system 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 spam score.

According to this spam score and the user's settings, Rspamd recommends an action for the MTA to apply to the message, for example, to pass, reject or add a header. Rspamd is designed to process hundreds of messages per second simultaneously, and provides a number of useful features.

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.

You can also watch some videos about Rspamd.

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