{% extends "base.html" %} {% block title %}Delete {{ domain.domain }}{% endblock %} {% block content %}

Delete domain: {{ domain.domain }}

This will permanently remove the domain from SpamGate. {% if msg_count > 0 %} There are currently {{ msg_count }} quarantine message(s) totalling {{ size_mb }} MB across the cluster. {% else %} There are no quarantine messages for this domain. {% endif %} There is no in-product undo.
{% if msg_count > 0 %}
The {{ msg_count }} message(s) will be permanently lost without an archive.
{% endif %}
Cancel
{% endblock %} {% block extra_scripts %} {% endblock %}