{% if post.cc %} {% endif %} {% if in_reply_to %} {% endif %} {% if references %} {% endif %}
E-mail headers
From: {{ post.address }}
To: {% if post.to %}{{ post.to }}{% else %}{{ list.address }}{% endif %}
Cc: {{ post.cc }}
Date: {{ post.datetime }}
Message-ID: {{ strip_carets(post.message_id) }} permalink / raw / eml / mbox
In-Reply-To: {{ in_reply_to }}
References: {% for r in references %}{{ r }}{% endfor %}
{{ body|trim }}
{# [ref:TODO] also reply to list email. #} Reply