LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

rspamadm

Administer Rspamd spam filtering daemon

TLDR

Check configuration
$ rspamadm configtest
copy
Dump configuration
$ rspamadm configdump
copy
Train spam filter
$ rspamadm learn_spam [spam_folder/]
copy
Train ham filter
$ rspamadm learn_ham [ham_folder/]
copy
Control daemon
$ rspamadm control stat
copy

SYNOPSIS

rspamadm command [options]

DESCRIPTION

rspamadm is the administration utility for Rspamd, a fast spam filtering system. It manages configuration, training, and daemon control.

EXAMPLES

$ # Test configuration
rspamadm configtest

# Dump current config
rspamadm configdump

# Learn spam directory
rspamadm learn_spam /var/mail/spam/

# Learn ham
rspamadm learn_ham /var/mail/ham/

# Check daemon status
rspamadm control stat

# Reload daemon
rspamadm control reload

# Generate password hash
rspamadm pw --encrypt
copy

COMMANDS

configtest

Test configuration.
configdump
Dump configuration.
control action
Control daemon.
learn_spam path
Learn spam messages.
learn_ham path
Learn ham messages.
statconvert
Convert statistics.
pw
Password hash.

INSTALL

sudo apt install rspamd
copy
sudo pacman -S rspamd
copy
sudo apk add rspamd
copy
sudo zypper install rspamd
copy
nix profile install nixpkgs#rspamd
copy

CAVEATS

Requires Rspamd installation. Some commands need root. Training improves accuracy.

HISTORY

rspamadm is part of Rspamd by Vsevolod Stakhov, an advanced spam filtering system.

SEE ALSO

rspamd(8), rspamc(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid