mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
8ebd171d6f
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
20 lines
382 B
Markdown
20 lines
382 B
Markdown
# rspamc
|
|
|
|
> Command-line client for rspamd servers.
|
|
|
|
- Train the bayesian filter to recognise an email as spam:
|
|
|
|
`rspamc learn_spam {{path/to/email_file}}`
|
|
|
|
- Train the bayesian filter to recognise 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`
|