{% if in_reply_to %} {% endif %} {% if references %} {% endif %}
E-mail headers
From: {{ post.address }}
Date: {{ post.datetime }}
Message-ID: {{ strip_carets(post.message_id) }}
In-Reply-To: {{ in_reply_to }}
References: {% for r in references %}{{ r }}{% endfor %}
more …View raw Download as eml (RFC 5322 format)
{{ body|trim }}