Rapid spam filtering system.
Ir al archivo
2021-11-01 18:23:55 +01:00
.github [Minor] Add support question template 2019-12-31 18:42:10 +00:00
centos [Minor] Update Debian and RPM package versions 2020-02-14 23:21:42 +00:00
clang-plugin [Minor] Another try to fix clang plugin build 2021-05-27 15:14:33 +01:00
cmake [Minor] FindRagel.cmake - remove cmake min version 2021-05-31 17:30:28 +01:00
conf [Feature] Add preliminary exporter to AWS S3 2021-08-12 17:07:48 +01:00
contrib [Fix] Remove aarch64 GC64 workaround 2021-08-24 19:18:02 +02:00
debian [Minor] Debian: Add cxx switch knobs 2021-02-09 16:44:53 +00:00
doc [Rework] Html: Rework lua bindings 2021-05-27 15:05:21 +01:00
docker Switch PGP keyserver to hkps://keys.openpgp.org 2021-06-30 02:24:58 -07:00
freebsd Revert "Disable reload command in rc scripts" 2016-08-22 18:12:22 +01:00
interface [WebUI] Editor: Set thin scrollbars 2021-06-26 18:28:59 +03:00
lualib [Minor] lua_scanners - icap - add SSL support 2021-11-01 18:23:55 +01:00
rules [Minor] Regexp: Extend upstream spam filter regexp 2021-08-21 11:43:30 +02:00
src [Minor] Lua_compression: Add support of the compression level for gzip 2021-08-26 16:08:51 +01:00
test [Minor] Adjust unit test 2021-07-30 13:52:44 +01:00
utils [Minor] Always use c++ linker now 2021-05-28 11:52:49 +01:00
.drone.yml [Minor] Sign drone.yml 2021-03-12 20:41:59 +00: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
.luacheckrc [Minor] Pet luacheck 2021-04-30 17:58:00 +01:00
.stylelintrc.json [WebUI] Add map editor (requires a modern browser) 2020-07-14 11:47:12 +03:00
.tidyallrc [Minor] Remove tidy checks as they are crap 2019-07-22 16:25:12 +01:00
AUTHORS.md Update AUTHORS.md 2021-01-01 18:41:36 +00:00
blas-config.h.in [Feature] Support BLIS blas library 2020-09-02 13:46:16 +01:00
ChangeLog Release 3.0 2021-08-19 11:02:46 +01:00
CMakeLists.txt Add SYSTEM_FMT cmake option 2021-08-21 11:57:11 +02:00
config.h.in [Minor] Add unreachable code macro 2021-06-07 17:30:09 +01:00
CONTRIBUTING.md [Minor] Update CONTRIBUTING 2019-04-08 16:53:41 +01:00
dist.sh [Minor] Simplify creation of dist tarball that is reproducible 2020-01-18 16:26:39 +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] Unlock stylelint version 2020-08-04 10:30:53 +03:00
README.md Update README.md 2020-12-20 21:18:01 +00: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
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 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