Rspamd is an advanced spam filtering system and email processing framework that allows evaluation of messages by various rules including regular expressions, statistical analysis, and custom services such as URL black lists. Each message is analyzed by Rspamd and given a verdict that might be used by MTA for further processing.
Rspamd can act as a Milter allowing direct interaction with popular MTA systems, such as Postfix or Sendmail. It is designed to process hundreds of messages per second simultaneously and provides a comprehensive Lua API that allows access to messages processing in various aspects. Rspamd also provides an asynchronous network API to access external resources, such as DNS, HTTP, or even generic TCP/UDP services.
A good starting point to study how to install and configure Rspamd is the quick start guide.
Rspamd is shipped with various spam filtering modules and features enabled just out of the box. The full list of built-in modules can be found in the documentation.
This project is licensed under the Apache 2.0 License.
Please read the contributing guide for details on the process for submitting pull requests to us.
The main author of Rspamd is Vsevolod Stakhov.
Home site: [homepage] Development: [github repository]
> Visit rspamd Website <