{% extends "base.html" %} {% block title %}Purge Rules{% endblock %} {% block content %}

Purge Rules

Emails from these senders older than the configured threshold will be deleted when howl purge runs.

{% for rule in rules %} {% include "purge_rule_row.html" %} {% else %} {% endfor %}
Email Address Display Name Delete After Status Notes Added
No purge rules yet. Click + Add Rule to get started.
{{ rules | length }} rule{{ 's' if rules | length != 1 else '' }} total  ยท  {{ rules | selectattr('is_active') | list | length }} active
{% endblock %}