logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Rspamc - Control Spam Filtering | Online Free DevTools by Hexmos

Control email spam filtering with Rspamc. Train the bayesian filter and generate spam reports using the command line. Free online tool, no registration required.

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

See Also