rspamd 3.6
Spam filtering system
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.
- Outputs:
out
- Website: https://www.rspamd.com/
- Licenses: ASL 2.0
- Package source: gnu/packages/mail.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rspamd 3.6
as follows:
guix install rspamd@3.6
Or install the latest version:
guix install rspamd
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.