1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages/linux/rspamc.md
2017-10-30 19:21:45 +00:00

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