Baruwa ====== {% load messages_extras %} {% if spam_items %} Spam Report ============ Date/Time From To Subject =================================================================== {% for item in spam_items %} + {{ item.timestamp }} {{ item.from_address }} {{ item.to_address }} {{ item.subject }} {% endfor %} {% endif %} {% if policy_items %} Policy Blocked Report ===================== Date/Time From To Subject =================================================================== {% for item in policy_items %} + {{ item.timestamp }} {{ item.from_address }} {{ item.to_address }} {{ item.subject }} {% endfor %} {% endif %} {% if host_url %} To view these quarantined messages please visit : {{ host_url }}{% url all-messages-index 'quarantine' %} {% endif %} =================================================================== Powered by Baruwa http://www.topdog.za.net/baruwa