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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user