Rapid spam filtering system.
Go to file
2020-11-05 12:56:21 +00:00
.circleci Sync lua coverage with .drone.yml 2018-10-27 17:22:40 -04: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] Fix clang plugin with asan 2020-05-28 22:08:45 +01:00
cmake [Feature] Support BLIS blas library 2020-09-02 13:46:16 +01:00
conf [Project] Rbl: Migrate to checks 2020-10-20 15:10:02 +01:00
contrib [Minor] Update dependency info 2020-11-03 10:06:54 +00:00
debian [Minor] Update version to 2.5 2020-02-26 13:31:41 +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 [WebUI] Fix config editor read-only mode attribute 2020-10-27 18:18:00 +03:00
lualib Merge pull request #3543 from fatalbanana/3395 2020-11-04 13:56:36 +00:00
rules [Rules] Remove broken rule 2020-10-14 11:27:22 +01:00
src [Fix] Composites: Allow partial match 2020-11-05 12:56:21 +00:00
test [Fix] Composites: Allow partial match 2020-11-05 12:56:21 +00:00
utils [Rework] get rid of util:parse_addr duplicating the util:parse_mail_address, replace where used 2020-04-17 14:32:55 +02:00
.drone.yml [Test] Resign 2020-06-25 20:38:59 +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 [Feature] Neural: Introduce classes bias that allows non-equal classes learning 2020-03-16 11:15:12 +00: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 [Minor] Update readme 2019-12-15 09:39:08 +00:00
blas-config.h.in [Feature] Support BLIS blas library 2020-09-02 13:46:16 +01:00
ChangeLog Release 2.6 2020-09-30 20:27:23 +01:00
CMakeLists.txt [Minor] Update version to 2.7 2020-09-30 20:29:25 +01:00
config.h.in [Project] Detect memrchr in systems that supports it 2020-07-24 20:33:33 +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 [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
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 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