{% extends "base.html" %} {% block title %}Bad Areas — {{ config.BBS_NAME }}{% endblock %} {% block content %}

Unknown Echo Areas

Echomail tags received from peers that don't match any of our subscribed areas. Subscribe to one to start carrying it, or dismiss to ignore.

Echomail Dashboard {% if rows %}
{% if csrf_token is defined %} {% endif %}
{% endif %}
{% if not rows %}
No unknown areas pending review.
{% else %} {% for row in rows %} {% endfor %}
Network Tag Hits Last Seen Sample From Sample Subject Actions
{{ networks[row.network_id].name if row.network_id in networks else '?' }} {{ row.tag }} {{ row.count }} {{ row.last_seen_at.strftime('%Y-%m-%d %H:%M') if row.last_seen_at else '' }} {{ row.sample_from or '' }} {{ (row.sample_subject or '')[:60] }}
{% if csrf_token is defined %} {% endif %}
{% if csrf_token is defined %} {% endif %}
{% endif %}
{% endblock %}