1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: opensmtpd-filter-rspamd
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Ryan Kavanagh <rak@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/opensmtpd-filter-rspamd
Vcs-Git: https://salsa.debian.org/go-team/packages/opensmtpd-filter-rspamd.git
Homepage: https://github.com/poolporg/filter-rspamd
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/poolporg/filter-rspamd
Package: opensmtpd-filter-rspamd
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: rspamd
Built-Using: ${misc:Built-Using}
Description: OpenSMTPD filter integration for the Rspamd daemon
This filter implements the Rspamd protocol and allows OpenSMTPD to request an
Rspamd analysis of an SMTP transaction before a message is committed to queue.
.
The filter currently supports:
* greylisting
* adding X-Spam related headers to a message
* rewriting Subject headers
* DKIM-signing messages
* using Rspamd-provided SMTP replies
* allowing Rspamd to add and remove headers
|