{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block flash_mode %}toast-success{% endblock %} {% block extra_css %} {% endblock %} {% block body %}
{% include "_topnav.html" %}

{{ page_title }}

{{ page_description }}

{{ active_rule_count }} active rule{{ '' if active_rule_count == 1 else 's' }}

Add Rule

Use exact addresses for named mailboxes. Domain rules apply to any sender ending in that domain.

Configured Rules

Changes update {{ classifier_label }} classification across the inbox.

{% if rules %}
{% for rule in rules %} {% endfor %}
Type Value Notes Active Actions
{% else %}
No {{ classifier_label|lower }} rules configured yet. Add at least one rule to start classifying matching senders automatically on the inbox.
{% endif %}
{% endblock %}