{% include "header.html" %}
{{ subscribe_mailto.address }}
with the following subject: {{ subscribe_mailto.subject}}
{{ subscribe_mailto.address }}
List is not open for subscriptions.
{% endif %} {% set unsubscribe_mailto=list.unsubscribe_mailto() %} {% if unsubscribe_mailto %}
{{ unsubscribe_mailto.address }}
with the following subject: {{unsubscribe_mailto.subject}}
{{ unsubscribe_mailto.address }}
List is announce-only, i.e. you can only subscribe to receive announcements.
{% elif post_policy.subscriber_only %}List is subscriber-only, i.e. you can only post if you are subscribed.
If you are subscribed, you can send new posts to:
{{ list.address }}
List is open to all posts after approval by the list owners.
You can send new posts to:
{{ list.address }}
List is not open for submissions.
{% endif %} {% endif %}{{ posts | length }} post(s)
{% for post in posts %} {% endfor %}