Fast, free and open-source spam filtering system
https://rspamd.com/
Rspamd is an advanced spam filtering system that allows evaluation of messages
by a number of rules including regular expressions, statistical analysis and
custom services such as URL black lists. Each message is analysed by rspamd and
given a `spam score`.
According to this spam score and the user's settings rspamd recommends an
action for the MTA to apply to the message- for example to pass, reject or add
a header. Rspamd is designed to process hundreds of messages per second
simultaneously and has a number of features available.
- Devel package for openSUSE:Factory
-
10
derived packages
- Links to openSUSE:Factory / rspamd
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:mail/rspamd && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
fix_missing_return.patch | 0000000431 431 Bytes | |
rspamd-3.9.1.tar.gz | 0005980094 5.7 MB | |
rspamd-after-redis-target.patch | 0000000522 522 Bytes | |
rspamd-conf.patch | 0000000535 535 Bytes | |
rspamd.changes | 0000088358 86.3 KB | |
rspamd.spec | 0000026754 26.1 KB | |
usr.bin.rspamd | 0000000829 829 Bytes |
Comments 4
@stroeder are you planning to work on the reported installation issue?
I've tried to get some clarifcation regarding libfmt and libfu2 on rspamd-users mailing list but no real answers.
Thread starts here: https://lists.rspamd.com/pipermail/users/2021-August/002121.html
I know that system-provided libraries should be preferred for openSUSE packages. But there's no package for libfu2. Because my lack of C/C++ library packaging skills help would be greatly appreciated.
FWIW it installs on a system where packman repo is used because packman provides package libfmt7.
fu2 seems just to provide a header, no idea how that would be handled as a package.