Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thor77/chasquid-rspamd
- Owner: Thor77
- License: mit
- Created: 2020-06-01T20:45:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T19:09:28.000Z (over 1 year ago)
- Last Synced: 2024-09-11T01:55:59.063Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```