datatracker/ietf/templates/mailinglists/list_summary.txt
2007-06-18 22:08:39 +00:00

40 lines
1.1 KiB
Plaintext

Requestor: {{ list.requestor }}
Requestor's email address: {{ list.requestor_email }}
Email list name: {{ list.mlist_name }}@{{ list.domain }}
{% ifequal req "delete" %}
Reason for closing list: {{ list.reason_to_delete }}
{% else %}
Short description of the email list:
{{ list.short_desc }}
Long description of the email list:
{{ list.long_desc }}
Administrator(s):
{{ list.admins }}
Email address(es) of the initial subscriber(s) (optional):
{{ list.initial_members }}
Welcome message for initial subscriber(s) (optional):
{{ list.welcome_message }}
Welcome message for new subscriber(s) (optional):
{% firstof list.welcome_new "" %}
Required steps for subscription: {{ list.get_subscription_display }}
Messages to this list can be posted by: {{ list.get_post_who_display }}
Administrator approval required for posts: {{ list.post_admin|yesno:"YES,NO" }}
Private Archive: {{ list.archive_private|yesno:"YES,NO" }}
Specific information about how to access and move the existing archive from a remote location (optional):
{{ list.archive_remote }}
{% endifequal %}