1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-08 17:51:57 +00:00

hooks: Add rspamd integration to the example hook

Rspamd (https://rspamd.com/) is a popular open-source spam filtering
system.

This patch adds integration with it in the example hook, which uses the
rspamc client to get a veredict, similar to what it does for
Spamassassin.
This commit is contained in:
Alberto Bertogli
2019-10-21 13:48:35 +01:00
parent 27227986ab
commit 5782a7705e
2 changed files with 18 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ The hook should be at `/etc/chasquid/hooks/post-data`.
The one installed by default is a bash script supporting:
* greylisting using greylistd.
* anti-spam using spamassassin.
* anti-spam using spamassassin or rspamd.
* anti-virus using clamav.
To use them, they just need to be available in your system.