1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-09 17:25:25 +02:00
tldr/pages/linux/rspamc.md
Managor 16b161ccf8
linux/*: reduce usage of "command-line" (#16946)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:47:51 +03:00

20 lines
420 B
Markdown

# 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 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`