HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rspamc — Client for `rspamd` servers. More information: <https://manned.org/rspamc>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
rspamccommandclientserversrspamdclimorefor
linux

Problem

How to use the rspamc command: Client for rspamd servers. More information: <https://manned.org/rspamc>.

Solution

rspamc — Client for rspamd servers. More information: <https://manned.org/rspamc>.

Train the bayesian filter to recognise an email as spam:
rspamc learn_spam {{path/to/email_file}}


Train the bayesian filter to recognize an email as ham:
rspamc learn_ham {{path/to/email_file}}


Generate a manual report on an email:
rspamc symbols {{path/to/email_file}}


Show server statistics:
rspamc stat

Code Snippets

Train the bayesian filter to recognise an email as spam

rspamc learn_spam {{path/to/email_file}}

Train the bayesian filter to recognize an email as ham

rspamc learn_ham {{path/to/email_file}}

Generate a manual report on an email

rspamc symbols {{path/to/email_file}}

Show server statistics

rspamc stat

Context

tldr-pages: linux/rspamc

Revisions (0)

No revisions yet.