Rapid spam filtering system.
Go to file
2022-11-19 12:44:14 +00:00
.github [Minor] Add support question template 2019-12-31 18:42:10 +00:00
centos Use ld.bfd on Fedora 36 2022-07-03 15:21:17 +02:00
clang-plugin [Minor] Another try to fix clang plugin build 2021-05-27 15:14:33 +01:00
cmake [Minor] Some tweaks to the cmake scripts 2022-10-23 21:46:39 +01:00
conf Merge pull request #4308 from frederikbosch/patch-1 2022-10-19 21:26:27 +01:00
contrib [Fix] Libucl: avoid memory leak on objects merging 2022-09-24 14:38:48 +01:00
debian [Minor] debian package: disable luajit on arm64 2022-11-14 21:44:51 +02:00
doc [Feature] Allow to sort symbols output 2022-06-08 22:46:40 +01:00
docker Dockerfile: Switch to bullseye 2021-10-12 18:05:45 +02:00
freebsd Revert "Disable reload command in rc scripts" 2016-08-22 18:12:22 +01:00
interface [WebUI] Add legacy history version badge 2022-11-05 18:31:27 +03:00
lualib [Minor] Use upstreams for external maps 2022-11-19 12:44:14 +00:00
rules [Minor] Use unicode property for currency detection 2022-10-29 21:43:51 +01:00
src [Minor] Remove unused method 2022-11-18 21:49:21 +00:00
test [Test] Add another used domain 2022-11-15 21:20:35 +00:00
utils Small fix in a comment 2022-03-17 18:01:23 +01:00
.drone.yml [Minor] Sign CI changes 2022-04-22 21:22:31 +01:00
.eslintrc.json [Test] Fix ESLint 2022-11-05 18:42:52 +03:00
.gitignore [Minor] Improve gitignore 2019-08-30 14:40:05 +01:00
.luacheckrc [Rules] Remove ancient and inefficient rules 2021-11-29 17:26:27 +00:00
.stylelintrc.json [Test] Pet Stylelint 2021-11-14 21:18:58 +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.4 2022-11-01 20:25:20 +00:00
CMakeLists.txt [Minor] Update version to 3.5 2022-11-02 21:18:31 +00:00
config.h.in [Minor] Detect ffsll presence in a target system 2022-10-06 23:33:17 +01:00
CONTRIBUTING.md Update caplitalization of Rspamd in CONTRIBUTING.md 2022-08-24 11:29:02 -07: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 Spelling (#4086) 2022-02-22 22:01:28 +00:00
package.json [Test] Ignore index.html 2022-02-24 19:46:41 +00:00
README.md [Minor] Update readme 2022-03-27 12:40:33 +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 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

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details

Contributing

Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in rspamd by you, as defined in the APACHE 2.0 license, shall be licensed as above, without any additional terms or conditions.

Authors

See also the list of contributors who participated in this project.

References