Rapid spam filtering system.
Go to file
2019-12-10 10:49:22 +00:00
.circleci Sync lua coverage with .drone.yml 2018-10-27 17:22:40 -04:00
.github Update bug_report.md 2019-11-18 21:38:53 +00:00
centos [Conf] Introduce maps.d directories 2019-09-18 10:05:22 +03:00
clang-plugin [Minor] Fix clang plugin functions on OSX 2019-10-22 11:21:34 +01:00
cmake cmake: Unify ENABLE_OPENBLAS and ENABLE_BLAS 2019-11-26 19:16:12 +01:00
conf [Conf] SPF is no longer a C module 2019-12-02 17:03:14 +00:00
contrib [Minor] Fix asan friendliness in lpeg 2019-11-29 09:05:31 +00:00
debian [Minor] Try to dodge leak-asan 2019-11-18 16:29:14 +00:00
doc [Minor] Oops, fix misprint 2019-11-18 16:10:43 +00:00
docker Dockerfile: use buster 2019-07-19 14:56:15 +02:00
freebsd Revert "Disable reload command in rc scripts" 2016-08-22 18:12:22 +01:00
interface [Minor] Fix style 2019-11-02 13:03:39 +03:00
lualib [Minor] Treat flags properly in dns tool 2019-12-06 18:02:45 +00:00
rules [Rules] Add PDF related rules 2019-11-27 14:53:27 +00:00
src [Fix] Select a different upstream on last retransmit 2019-12-10 10:49:22 +00:00
test [Test] Disable broken test, I've given up 2019-12-08 10:37:39 +00:00
utils [Minor] Fix action name 2019-11-17 11:44:47 +00:00
.drone.yml Default stack size should be enough for build without ASAN 2019-10-23 12:14:31 +01:00
.eslintrc.json [Test] Ignore new ESLint warnings 2019-11-22 22:20:52 +03:00
.gitignore [Minor] Improve gitignore 2019-08-30 14:40:05 +01:00
.hgtags Added tag 0.6.7 for changeset f14508f80e52 2014-01-10 17:15:33 +00:00
.luacheckrc [Minor] Cleanup crap 2019-10-25 11:24:28 +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 Update AUTHORS.md 2018-11-30 19:06:16 +00:00
ChangeLog Release 2.2 2019-11-19 17:31:43 +00:00
CMakeLists.txt cmake: Unify ENABLE_OPENBLAS and ENABLE_BLAS 2019-11-26 19:16:12 +01:00
config.h.in [Rework] Further cmake system rework 2019-11-18 14:19:43 +00:00
CONTRIBUTING.md [Minor] Update CONTRIBUTING 2019-04-08 16:53:41 +01:00
dist.sh Use mktemp when available 2015-11-30 13:33:22 +00:00
LICENSE.md [Minor] Proper license format 2018-09-22 13:10:55 +01:00
lua_style.md [Minor] Doc: Add Lua style guide 2018-12-22 14:30:39 +00:00
package.json [Test] Remove obsolete eslintIgnore 2019-08-31 12:42:27 +03:00
README.md [Minor] Update README 2019-04-08 14:24:24 +01:00
rspamd.service [Minor] Require network-online target as well 2018-03-08 09:48:30 +00:00
uncrustify.cfg Add uncrustify source. 2014-07-23 12:53:32 +01:00
uncrustify.sh Add uncrustify source. 2014-07-23 12:53:32 +01:00

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