{% extends "layouts/" + render_mode + "-tall.html" %} {% block title %}{{_("Managing Spam")}}{% endblock %} {% block content %}

{{_("Please install spambayes")}}!

{{_("Mailpile uses statistical analysis to recognize spam and keep it out of your Inbox.")}} {{_("The statistical analysis depends on a Python moduled named spambayes.")|safe}}

{{_("It appears spambayes is not installed on your system!")}} {{_("Without it, Mailpile's spam filter will not work.")}} {{_("Please install spambayes")}}.

{{_("Installing spambayes")}}

{{_("Depending on how you install software on your machine, one of the following command-line incantations might work:")}}

{{_("Update Mailpile")}}

{{_("After installing spambayes, you will need to update your Mailpile configuration to use it:")}}

{{_("Further reading:")}} {{_("Learn more about Mailpile's spam filter.")}}

{% endblock %}