System Grab Bag

View all TLDR pages from Linux (or from all pages)

rspamc

Command-line 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.