Rapid spam filtering system.
Перейти к файлу
2019-08-19 14:37:10 +01:00
.circleci Sync lua coverage with .drone.yml 2018-10-27 17:22:40 -04:00
.github Create FUNDING.yml 2019-06-22 14:14:32 +01:00
centos [Rework] Kill 2tld.inc 2019-08-16 16:33:47 +01:00
clang-plugin [Minor] Do not stop when cannot parse query string in clang plugin 2019-05-03 16:22:14 +01:00
conf [Rework] Kill 2tld.inc 2019-08-16 16:33:47 +01:00
contrib [Minor] Add lua bit library if not luajit 2019-08-16 15:54:30 +01:00
debian [Minor] Fix debian dependencies 2019-06-22 13:21:56 +01:00
doc [Minor] Eliminate lua_fann from targets 2019-06-27 19:37:13 +01: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] Increase RequireJS script loading timeout 2019-08-19 13:02:33 +03:00
lualib [Minor] Selectors: Add except_map function 2019-08-19 14:37:10 +01:00
rules [Rework] Remove rspamd.classifiers.lua 2019-07-24 13:16:59 +01:00
src [Minor] Oops, fucking format string 2019-08-19 12:42:11 +01:00
test [Rework] Reorganise selectors implementation 2019-08-19 09:45:28 +01:00
utils [Minor] Asn.pl: Fix tempfile creation 2019-07-28 12:29:59 +01:00
.drone.yml [Test] Add more verbosity 2019-07-09 12:14:07 +01:00
.eslintrc.json [Test] ESLint: Do not enforce line breaks 2019-08-19 12:57:54 +03:00
.gitignore [Minor] Reformat Perl scripts 2018-10-17 15:06:14 +03:00
.hgtags Added tag 0.6.7 for changeset f14508f80e52 2014-01-10 17:15:33 +00:00
.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 Update AUTHORS.md 2018-11-30 19:06:16 +00:00
ChangeLog [Minor] Add Changelog for 1.9.4 2019-05-23 15:40:43 +01:00
CMakeLists.txt [Minor] Add lua bit library if not luajit 2019-08-16 15:54:30 +01:00
config.h.in [Minor] Minor portability fixes 2019-07-09 10:58:11 +01: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
FindArch.cmake Hyperscan is available for x86_64 only so far 2015-12-20 21:23:24 +00:00
FindRagel.cmake [Minor] Add a simple received parser benchmark routine 2016-06-14 22:40:31 +01: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] Add stylelint checks for CSS 2019-04-06 20:59:31 +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 [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