Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thor77/chasquid-rspamd

Chasquid hook for rspamd
https://github.com/thor77/chasquid-rspamd

Last synced: about 8 hours ago
JSON representation

Chasquid hook for rspamd

Awesome Lists containing this project

README

        

# chasquid-rspamd
[Chasquid](https://blitiri.com.ar/p/chasquid/) hook for [rspamd](https://rspamd.com/)

## Installation
Build the binary yourself using `go build .` or download one of the archives/packages from [GitHub releases](https://github.com/Thor77/chasquid-rspamd/releases).

## Usage
```
Usage of chasquid-rspamd:
-url string
rspamd control url (default "http://127.0.0.1:11333")
```

Add the hook to `/etc/chasquid/hooks/post-data` and adjust the path if the binary was not installed into `$PATH`.
```bash
# rspamd
if command -v chasquid-rspamd >/dev/null; then
chasquid-rspamd < "$TF" 2>/dev/null
fi
```