Rapid spam filtering system.
Go to file
2018-10-25 14:21:42 +01:00
.circleci Fix coverage (#2603) 2018-10-20 09:15:40 +01:00
.github [Minor] Update ussue template 2018-08-09 17:15:51 +01:00
centos [Fix] Fix endless loop when waiting for Rspamd to stop 2018-08-07 14:15:22 +01:00
clang-plugin [Minor] Fix various cmake issues 2018-05-25 12:41:57 +01:00
conf Merge pull request #2566 from heraklit256/composites-leave 2018-10-18 19:57:38 +01:00
contrib [Fix] Remove one letter stop words 2018-10-06 09:52:32 +01:00
debian [Minor] Redis support is now unconditional 2018-07-10 14:13:21 +01:00
doc [Minor] Update help/man pages 2018-07-28 15:13:30 +01:00
docker Retrieve GPG via keyserver in Dockerfile 2018-03-22 12:57:33 +01:00
freebsd Revert "Disable reload command in rc scripts" 2016-08-22 18:12:22 +01:00
interface [WebUI] Add history rows per page control 2018-10-21 21:53:15 +03:00
lualib [Minor] Add ability to debug lua redis calls 2018-10-25 14:21:42 +01:00
rules add HAS_ONION_URI rule 2018-10-13 20:46:56 +02:00
src [Minor] Fix error callback invocation 2018-10-25 14:21:27 +01:00
test TCP Connect robot keyword 2018-10-24 21:28:47 -04:00
utils [Minor] Fix rspamd_stats so it passes Perl::Critic tests 2018-10-19 10:48:09 +03:00
.drone.yml Merge pull request #2610 from citrin/functional-test-fix 2018-10-25 10:56:32 +01:00
.eslintrc.json [WebUI] Add history rows per page control 2018-10-21 21:53:15 +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 [Test] global variable for coverage collector 2018-10-05 12:35:56 +01:00
.tidyallrc [Minor] Reformat Pod documents 2018-10-18 12:34:08 +03:00
AUTHORS.md [Minor] Add authors and contributors document 2018-09-22 13:19:43 +01:00
ChangeLog Release 1.8.1 2018-10-16 18:30:16 +01:00
CMakeLists.txt [Minor] Update version to 1.8.2 2018-10-16 18:32:57 +01:00
config.h.in [Minor] Check for cached libevent time routines 2018-10-08 17:31:43 +01:00
CONTRIBUTIONS.md Add notice in the contributions file 2016-02-04 09:59:49 +00: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
package.json [Minor] Fix issues in lua http 2018-10-22 17:28:39 +01:00
README.md Update README.md 2018-10-13 13:26:51 +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 CONTRIBUTIONS.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