Build process
To build rspamd we recommend to create a separate build directory:
$ mkdir rspamd.build
$ cd rspamd.build
$ cmake ../rspamd
$ make
Alternatively, you can create a distribution package and use it for build your own packages. Here is an example for debian GNU Linux OS:
$ mkdir rspamd.build
$ cd rspamd.build
$ cmake ../rspamd
$ make dist
$ tar xvf rspamd-
$ cd rspamd-
$ debuild
A CHECK
Rspamd 1.4.1 has been released
30 Nov 2016
The next stable release 1.4.1 of Rspamd is available to download. This release includes various bugfixes and couple of new cool features. The most notable new feature is the Clickhouse plugin.