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

Run Purge

Scan the mailbox and delete matching messages. Always preview first.

{% if active_rules %}
{% for r in active_rules %}
{{ r.email_address }} delete >{{ r.older_than_days }}d old
{% endfor %}
{% else %}
No active purge rules. Add rules →
{% endif %}
{% endblock %}