{% extends "base.html" %} {% block headers %} {% endblock headers %} {% block title %}Baruwa :: Showing message - {{ message_details.id }} {% endblock %} {% block heading %}Showing message - {{ message_details.id }} {% endblock %} {% block messaged %} value="{{ message_details.id }}" {%endblock %} {% block submenu %} {% if message_details.quarantined %}
{% else %} {% endif %} {% endblock submenu %} {% block content %}Message ID: | {{ message_details.id }} |
From: | {{ message_details.from_address|tds_wrap:80|linebreaksbr }} [{% if not message_details.spamwhitelisted %}Whitelist{%else%}Whitelist{%endif%}] [{% if not message_details.spamblacklisted %}Blacklist{%else%}Blacklist{%endif%}] |
To: | {{ message_details.to_address|tds_nl_commas|linebreaksbr }} |
Subject | {{ message_details.subject }} |
Received on: | {{ message_details.timestamp }} |
Received by: | {{ message_details.hostname }} |
Received from: | {{ message_details.clientip }} |
Received via: | {% relayed_via message_details.headers %} |
Message Headers: |
{{ message_details.headers|tds_wrap_headers|linebreaksbr }}
|
Size: | {{ message_details.size|filesizeformat }} |
Virus: | {% if message_details.virusinfected %}Y{% else %}N{% endif %} |
Blocked File: | {% if message_details.nameinfected %}Y{% else %}N{% endif %} |
Other infection: | {% if message_details.otherinfected %}Y{% else %}N{% endif %} |
Spamassassin information | |
Spam: | {% if message_details.isspam %} Y {%if not message_details.ishighspam%} Action(s): {%tds_action 1 message_details.from_address message_details.to_address%}{%endif %} {% else %} N{% endif %} |
High Scoring Spam: | {% if message_details.ishighspam %} Y Actions(s): {%tds_action 2 message_details.from_address message_details.to_address%} {% else %} N {% endif %} |
SA Spam: | {% if message_details.issaspam %}Y{% else %}N{% endif %} |
Listed in RBL: | {% if message_details.isrblspam %}Y{% else %}N{% endif %} |
Spam Whitelisted: | {% if message_details.spamwhitelisted %}Y{% else %}N{% endif %} |
Spam Blacklisted: | {% if message_details.spamblacklisted %}Y{% else %}N{% endif %} |
SA Autolearned: | {{message_details.spamreport|tds_is_learned}} |
SA Score: | {{ message_details.sascore }} |
Spam Report: | {% spam_report message_details.spamreport %} |
Message Content Protection (MCP) | |
MCP: | {% if message_details.ismcp %}Y{% else %}N{% endif %} |
High Scoring MCP: | {% if message_details.ishighmcp %}Y{% else %}N{% endif %} |
SA MCP: | {% if message_details.issamcp %}Y{% else %}N{% endif %} |
MCP Whitelisted: | {% if message_details.mcpwhitelisted %}Y{% else %}N{% endif %} |
MCP Blacklisted: | {% if message_details.mcpblacklisted %}Y{% else %}N{% endif %} |
Quarantine | |
{% if success %}The message has been processed{% endif %}
{% if error_list %}{{error_list}}{%endif%}
{%if not success %}
|
|
The message details for the requested message id could not be retrieved |