filter-rspamd icon indicating copy to clipboard operation
filter-rspamd copied to clipboard

OpenSMTPD filter integration for the Rspamd daemon

Results 14 filter-rspamd issues
Sort by recently updated
recently updated
newest added

Hello Gilles, I usually use unix sockets to connect to local services and I would like to do the same with rspamd[1]. However I can not use your filter this...

unix socket usage working pledge altered added more logging

@vstakhov Sometimes, emails get an invalid DKIM signature. I wrote about these to [email protected], but perhaps here's a better place. It's a [long thread](https://www.mail-archive.com/[email protected]/msg05638.html) so I'll reproduce highlights of it...

Hi Gilles, over the last couple of months I worked on a Go library for implementing opensmtpd filters ([opensmtpd-filters-go](https://github.com/jdelic/opensmtpd-filters-go). It's somewhat based around the code of filter-rspamd, but focused on...

Fix for issue https://github.com/poolpOrg/filter-rspamd/issues/51 The idea is, basically: don't use a headers whitelist, only give a fixed order to: * ARC-Seal * ARC-Authentication-Results * ARC-Message-Signature In order to be RFC8617-compliant,...

rspamd has a module to insert custom headers : https://rspamd.com/doc/modules/milter_headers.html But this filter only support a few hardcoded headers. I think the problem is here : https://github.com/poolpOrg/filter-rspamd/blob/9e74486a3927cec3898568166bba7b125e17866e/filter-rspamd.go#L510-L525 Only the headers...

using the configuration below it doesnt appear that rspamd is actually doing anything when sent `XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X`. I do see the message land in the rspamd log and it gets delivered...

I’ve setup the worker-normal socket to be `660 rspamd:rspamd` (0660 in octal mode for the configuration file), but also added `smtpd` user to the `rspamd` group. However, when smtpd starts...

Been using OpenSMTPD for a few years now and finally getting around to putting some proper spam filtering in place, however this filter is no longer available as a package...

supersedes #44 I don't think this warrants a release: if my grepping is right `golang.org/x/sys/unix` is just used to call pledge and unveil.